[jQuery] Questions concerning the form plugin - submit button, integrate validation

[jQuery] Questions concerning the form plugin - submit button, integrate validation

Hi folks,
after looking at the form plugin demo (
http://www.malsup.com/jquery/form/ ), I have some questions.
The first concerns the serializing function. In a normal browser form
submit, the name and value of the submit button that was clicked are
submitted. This is not the case within the form plugin. Is this intended
behaviour? Having more than one submit button with different names is a nice
way to avoid copying values into hidden fields. I see no reason why this
should not be avaiable with ajax form submits.
Another point is the preSubmitCallback: I wonder if it would be interessting
for anyone to have an integration with my form validation plugin. Currently
there seems to be nobody who uses my plugin as a standalone, maybe it would
be more attractive when it is intergrated in a convienant way into the form
plugin.
Maybe like this: $('form').ajaxForm('#output', after, $.validate);
Best regards
Jörn
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/