[jQuery] Re: bind validation to an ajax included form

2007-09-12 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: Anyone can help me? Keep in mind that the validate()-plugin-call "just" adds a submit-handler. Your attempts added the submit handler on submit, which doesn't work. Try adding some code below the form that selects the form and calls the validate plugin. -- Jörn

[jQuery] Re: bind validation to an ajax included form

2007-09-12 Thread [EMAIL PROTECTED]
Anyone can help me? Andrea On 11 sep, 19:24, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > HI, > > I include a form with an ajax call: > > > E-mail name="expMailAddr" value="" /> > > > > The form is displayed in a thickbox. > > Now I tried to ue the validation plugin(loaded in the calling