Jquery form validation - available options
I am using form val开发者_开发百科idation from http://docs.jquery.com/Plugins/Validation. Here you set the form validation declaratively by setting the class on the form element.
I cant find the full list of all the classnames which fire validation and would like to get them.
- required
- url
- date
- dateISO
- dateDE
- number
- numberDE
- digits
- creditcard
That's what I found when I opened up the code (about 2/3 the way down)...
精彩评论