Thanks Jorn! That worked. :) Phew.

On Jan 29, 12:05 pm, Jörn Zaefferer <joern.zaeffe...@googlemail.com>
wrote:
> Try this:
>
> $(".validate").each(function() {
>   $(this).validate();
>
> });
>
> Jörn
>
> On Thu, Jan 29, 2009 at 7:00 PM, Joel Taylor <joelatay...@gmail.com> wrote:
>
> > hi all - so I'm using the 'validate' plugin, and I seem to have an
> > issue where if I have multiple forms, the plugin only validates the
> > first form.
>
> > $('.validate').validate();
>
> > Obviously I have multiple forms, so I'm using a class selector. But
> > when I'm testing the form, the validate plugin throws me to the first
> > form with errors shown.
>
> > I'm using jQuery version 1.2.6 (as 1.3.1 has Safari bugs)
>
> > Any help?

Reply via email to