Try this:

$("#form1, #form2, .otherforms").each(function() {
  $(this).validate();
});

Jörn

On Fri, Feb 20, 2009 at 5:58 PM, Hellofrom <hellof...@gmail.com> wrote:
> Hello every one
> can some one give me a example of validating two form using Validation
> plugin
> thanks
>

Reply via email to