$("#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
>
&
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
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
3 matches
Mail list logo