[jQuery] Re: [validate] Manual submit with submitHandler question

2008-06-25 Thread Jörn Zaefferer
Try to add form.submit(). The calls the native submit method and avoids triggering the validation again. Jörn On Wed, Jun 25, 2008 at 12:44 PM, debussy007 [EMAIL PROTECTED] wrote: Hi, Whenever a form is correctly validated, I want to change my submit button into an ajax-like image.

[jQuery] Re: [validate] Manual submit with submitHandler question

2008-06-25 Thread debussy007
Thank you, it works this way ! Jörn Zaefferer-2 wrote: Try to add form.submit(). The calls the native submit method and avoids triggering the validation again. Jörn On Wed, Jun 25, 2008 at 12:44 PM, debussy007 [EMAIL PROTECTED] wrote: Hi, Whenever a form is correctly