[jQuery] [validate] rules question
I am missing where the documentation specifies what kind of rules can
be used. I have found:
required: true
minlength: 2
but what ifr I need to filter a social security number and want to
require that it have numbers or letters in specific places? Example:
999-99-9999
-or-
phone number:
999-999-9999
What options can I use for rules?