[jQuery] Re: Submitting the submit input value

2008-11-22 Thread Phil Haack
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

[jQuery] Submitting the submit input value

2008-11-21 Thread Phil Haack
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: form name=form1 input type=text name=foo value=bar / input type=submit name=button value=click / /form If I call jQuery('form1').ajaxSubmit(); The