[jQuery] Re: [Validate] this[0] is undefined error

2008-05-16 Thread Jason Huck
Ah, okay. The form is generated dynamically so either of those may not exist in a given instance. Easy enough to code around, though. Thanks, working fine now! Jason On May 16, 11:45 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > The valid()-method fails when its called without any element

[jQuery] Re: [Validate] this[0] is undefined error

2008-05-16 Thread Jörn Zaefferer
The valid()-method fails when its called without any element selected. So in your case, one of these two selectors seems to find nothing: $('.reqPC') $('.reqPA') Jörn On Fri, May 16, 2008 at 5:34 PM, Jason Huck <[EMAIL PROTECTED]> wrote: > > p.s., I was using a slightly older version of the plu

[jQuery] Re: [Validate] this[0] is undefined error

2008-05-16 Thread Jason Huck
p.s., I was using a slightly older version of the plugin, but updating to the latest made no difference. The rest of the validation (and there's quite a bit of it) is all working just fine. - jason On May 16, 11:09 am, Jason Huck <[EMAIL PROTECTED]> wrote: > I'm using Jörn's awesome Validate p