Tag Archives: jquery forms plugin

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 }