[jQuery] Re: (validate) submit using submithandler : how to post value of submit button

2009-07-09 Thread rekna
Ok, thanks, it works know... also, don't forget (like me) to give a name (name="...") to your submit button, or else it won't work. On Jul 9, 12:40 pm, Jörn Zaefferer wrote: > The latest version (1.5.5+) includes a feature that automatically > appends a hidden field to the form with the name/val

[jQuery] Re: (validate) submit using submithandler : how to post value of submit button

2009-07-09 Thread Jörn Zaefferer
The latest version (1.5.5+) includes a feature that automatically appends a hidden field to the form with the name/value pair of the submit button, before calling submitHanlder (and removing it afterwards). So you can just use ajaxSubmit. Jörn On Thu, Jul 9, 2009 at 11:43 AM, rekna wrote: > > I'