> Is it possible to have the Forms plugin $.formToArray include the
> clicked submit element (name/value pair) -- as the W3C standard does.
> Currently it seems to be ignored, even when semantic is passed as true.

Brice,

You need to use the ajaxForm method for that support, you can't do it
with ajaxSubmit.  ajaxSubmit is invoked in response to the user
submitting the form, at which point it's too late to determine how
they did it.  ajaxForm adds event listeners to all the submit elements
so that it can capture that info.

Mike

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to