Tag › jquery


WordPress Custom Ajax Contact Form
Here is a tutorial for creating your own custom forms using the WordPress built in admin-ajax.php, better yet it doesn't require any WordPress plugins.


AngularJS and CRUD data binding
A tutorial showing how using AngularJS and CRUD you can edit, delete, add new data into a table implementing data binding technics using javascript.


Scanstyles does nothing in Webkit/Firefox/Opera - Fix
Suddenly I had an issue with a popup appearing in a browser saying 'Scanstyles does nothing in Webkit/Firefox/Opera' when viewing my website. The fix.


PHP convert stdClass() object into JSON data
I recently had a problem that I had to convert an stdClass() object into a JSON data using php. The reason being that jQuery could only read the JSON.


Prevent Empty Searches in WordPress Revised
WordPress was allowing empty searches to bring back results. Here is a revised version of a solution I found on the web. Hope it helps anyone.


Pass email in CodeIgniter url with jQuery and php
Sometimes when trying to pass characters in a CodeIgniter url it causes the error - 'The URI you submitted has disallowed characters.' Here is my fix.


jQuery Can't find variable: $ error on iPad FIX
I had been testing a website on an iPad and started getting the error message 'Can't find variable: $'. It turned out to be a very simple solution.


jQuery datepicker disable dates
Here is a nifty little script for disabling dates using jQuerys datepicker. Plus a script in php to output the date range.


Passing data between jQuery and PHP
Here is a basic example of passing form data to a PHP file via jQuery and then passing data back to jQuery from the PHP file via an ajax style script.


JQuery function not working in WordPress Post
You have placed some JQuery function in a WordPress post but it does nothing. Yet you know the code is correct. This is the way of getting it work.