I was combining the ajax form plugin with the ajax validation plugin, which is
why I need to call ajaxSubmit. I wrote up the details here:
http://haacked.com/archive/2008/11/21/combining-jquery-form-validation-and-ajax-submission-with-asp.net.aspx
The workaround I did was simply to add a hidden
I noticed that when I use the .ajaxSubmit button to post a form, it
doesn't send the value of the submit button in the form data. For
example:
If I call
jQuery('form1').ajaxSubmit();
The value sent to the server is foo=bar and not foo=bar&button=click.
Is there an easy way to get this to
2 matches
Mail list logo