There are a lot of examples in the documentation: http://docs.jquery.com/Plugins/Validation Specifically in the documentation for the validate method: http://docs.jquery.com/Plugins/Validation/validate#toptions There are also various demos, just take a look at the source: http://jquery.bassistance.de/validate/demo/
Please post again if that doesn't help you. Jörn On Tue, Sep 2, 2008 at 2:15 PM, turbodurso <[EMAIL PROTECTED]> wrote: > > Hello there, > > I just need to be cleared up on a few points when using the validation > plug-in - > > When i use the basic function : $(#myform).validate(); it work fine > for required and email fields. But as soon as i try to customise with > "rules:" or try combining the basic function with another one making a > specific field required depending if a checkbox is checked or not .... > nothing works anymore! > > What is the exact syntax for mixing them all together? > > I hope i am clear ... > > thanks for any help its urgently need! > > > >