[jQuery] Re: validate a form included via Ajax

2007-09-12 Thread Flesler
Sorry not actually, I never used live jquery but I know it-s good for those cases. I had a situation like yours some time ago, and I solved it with event delegation, binding to the click or submit event of the (popup) container. But I wasn't using Thickbox so I' not sure. I checked the plugin and

[jQuery] Re: validate a form included via Ajax

2007-09-11 Thread [EMAIL PROTECTED]
HI, you have an example? Thnaks Andrea On 11 sep, 13:51, Flesler <[EMAIL PROTECTED]> wrote: > maybe using jquery live ? > > On 11 sep, 15:39, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > I include a form via Ajax using thickbox like this: > > > > title="Confirm export data

[jQuery] Re: validate a form included via Ajax

2007-09-11 Thread Flesler
maybe using jquery live ? On 11 sep, 15:39, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I include a form via Ajax using thickbox like this: > > title="Confirm export data"> > > The page called create a dynamic form in the thickbox win. > > Now my problem is validate the form: > > Th