Hi Jack!
can jquery.validate use custom validator? And another problem is about
email validator,it can't pass validate with my email address
[EMAIL PROTECTED] exactly validate email address.
Yes, custom validations are possible. Take a look at this and let me
know if that doesn't help you:
http://jquery.bassistance.de/api-browser/plugins.html#jQueryvalidatoraddMethodStringFunctionString
I've just added your example mail address to the testsuite and fixed the
email validation accordingly. You can get that fixed revision here:
http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js
Regards
Jörn