Archive | jQuery RSS feed for this section

jQuery Forms Plugin: Unsupported Property or Method Error

Another minor headache with the jQuery Forms plugin and WordPress.  I’m trying to do this WordPress Plugin right, using the standard WP way of Ajax where you target “wp-admin/admin-ajax.php” and hook into the Ajax features with a hidden field named “action” from your form that tells WP what the hook name you’re trying to call. [...]

Read full story Comments { 3 }

jQuery Forms Plugin – Uncaught TypeError: Property ‘submit’ not a Function

Good grief!!! Finally found the answer to an error I was getting when trying to upload a file using the jQuery Forms plugin (jquery.forms.js). I’ve used that excellent little plugin a lot in the past, but just got stumped on this simple little problem.  Seriously, this was not fun. The Situation Using jquery.forms.js plugin in [...]

Read full story Comments { 0 }
Lisu_script

WordPress: Add Scripts to the Pages You Want

WordPress makes it very easy to load Scripts into your blog. The beauty of the method that WordPress provides is that it allows plugins and themes to use the same script at the same time by ensuring the script is loaded only once.   The problem we often run into is that not everyone plays [...]

Read full story Comments { 3 }