Built-in methods: http://docs.jquery.com/Plugins/Validate#List_of_built-in_Validation_methods
Add custom methods: http://docs.jquery.com/Plugins/Validation/Validator/addMethod On Aug 30, 12:35 pm, flycast <[EMAIL PROTECTED]> wrote: > 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?