1.9.0
版本发布时间: 2013-08-23 10:39:58
jquery-validation/jquery-validation最新发布版本:1.21.0(2024-07-17 17:47:06)
- Added Basque (EU) localization
- Added Slovenian (SL) localization
- Fixed issue #127 - Finnish translations has one : instead of ;
- Fixed Russian localization, minor syntax issue
- Added in support for HTML5 input types, fixes #97
- Improved HTML5 support by setting novalidate attribute on the form, and reading the type attribute.
- Fixed showLabel() removing all classes from error element. Remove only settings.validClass. Fixes #151.
- Added 'pattern' to additional-methods to validate against arbitrary regular expressions.
- Improved email method to not allow the dot at the end (valid by RFC, but unwanted here). Fixes #143
- Fixed swedish and norwegian translations, min/max messages got switched. Fixes #181
- Fixed #184 - resetForm: should unset lastElement
- Fixed #71 - improve existing time method and add time12h method for 12h am/pm time format
- Fixed #177 - Fix validation of a single radio or checkbox input
- Fixed #189 - :hidden elements are now ignored by default
- Fixed #194 - Required as attribute fails if jQuery>=1.6 - Use .prop instead of .attr
- Fixed #47, #39, #32 - Allowed credit card numbers to contain spaces as well as dashes (spaces are commonly input by users).