[jQuery] Re: jQuery Form Validation

2009-04-15 Thread NobitaNobi79
$("#myform").validate({ rules: { field: { email: true } } }); }); Required, email: On Apr 12, 8:33 pm, NobitaNobi79 wrote: > It still doesn't validate when the field is empty. Yes, I removed  " > required: true, " in > &

[jQuery] Re: jQuery Form Validation

2009-04-12 Thread NobitaNobi79
te/">http://dev.jquery.com/view/trunk/plugins/validate/</a> demo/images/checked.gif') no-repeat; display: block; width: 16px; height: 16px; } Required, email: On Apr 12, 3:36 am, Jörn Zaefferer wrote: &g

[jQuery] jQuery Form Validation

2009-04-11 Thread NobitaNobi79
Hi, I am new to jQuery. I follow the example on http://docs.jquery.com/Plugins/Validation/Methods/email to add rules to a form validator. When I modified the rules to email: true (required: false), the script seems to stall there, no error message nor a check. Can someone tell me if I am doing any