[jQuery] Re: Trouble with validate plug-in

2007-05-28 Thread Jörn Zaefferer
[EMAIL PROTECTED] wrote: Aha! Thanks Jorn! btw - is there a problem with your comments system? No, none that I'm aware of. And I got new comments since your first mail. -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Trouble with validate plug-in

2007-05-28 Thread [EMAIL PROTECTED]
Aha! Thanks Jorn! btw - is there a problem with your comments system? Jörn Zaefferer wrote: fambizzari wrote: Anyone have any idea where we've gone wrong? No worries! The plugin offers two ways for specifying validation rules. 1. Plugin options: $("#myform").validate({ rules {

[jQuery] Re: Trouble with validate plug-in

2007-05-28 Thread Jörn Zaefferer
fambizzari wrote: Anyone have any idea where we've gone wrong? No worries! The plugin offers two ways for specifying validation rules. 1. Plugin options: $("#myform").validate({ rules { firstname: { 4required: true } } }); 2. Metadata: $("#myform").validat