Yuval schrieb:
Hey Jörn,
I was wondering if you could add a method in the jquery validation
plugin to restrict textboxes to only certain types of characters. For
example: a name field cannot contain any numbers, so if it does, throw
an error. Another example: last four digits of SS number: cannot
contain characters, so if it does, throw an error.
Please check out
http://docs.jquery.com/Plugins/Validation/Validator/addMethod and
http://dev.jquery.com/view/trunk/plugins/validate/additional-methods.js
Jörn