Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Improved email method to not allow the dot at the end (valid by RFC, but unwanted here). Fixes #143
10 août 2011, par Matthew O'Riordanm changelog.txt m jquery.validate.js m test/methods.js Improved email method to not allow the dot at the end (valid by RFC, but unwanted here). Fixes #143 -
Improved HTML5 support by setting novalidate attribute on the form, and reading the type attribute. Fixes #7
9 août 2011, par Jörn Zaeffererm changelog.txt m demo/index.html m jquery.validate.js Improved HTML5 support by setting novalidate attribute on the form, and reading the type attribute. Fixes #7 -
Cleanup whitespace
28 juillet 2011, par Jörn Zaeffererm additional-methods.js m test/methods.js Cleanup whitespace -
Adding the patter additional method
28 juillet 2011, par robertodecurnexm additional-methods.js m changelog.txt m test/methods.js Adding the patter additional method -
Fixed showLabel() removing all classes from error element. Remove only settings.validClass. Fixes #151.
28 juillet 2011, par simshaunm changelog.txt m jquery.validate.js Fixed showLabel() removing all classes from error element. Remove only settings.validClass. Fixes #151.