I'm Using the plugin from http://malsup.com/jquery/form, which works fantastically in FF and Chrome but is throwing errors in IE 7 which is a pain as most of the users will be using I.E.
I am using * jQuery Form Plugin * version: 3.09 (16-APR-2012) I have tried both jQuery 1.4.2.min.js ans 1.7.2.min.js libraries
I have switched on IE debugging and it is reporting: Runtime error Line: 121 function expected
this is the line the debugger is highlighting:
// give pre-submit callback an opportunity to abort the submit
if (options.beforeSubmit && options.beforeSubmit(a, this, options) === false) {
log('ajaxSubmit: submit aborted via beforeSubmit callback');