Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Core : guard against null & undefined values in required method
2 septembre 2017, par ArkniCore: guard against null & undefined values in required method An input element will never have undefined or null as value but the normalizer may return null or undefined for an element. Also, jQuery (< 3.x) returns `null` for select element with the multiple attribute set if no options are selected. As a result, the required method should guard against that.
-
Test : required method should return false for null & undefined values
2 septembre 2017, par ArkniTest: required method should return false for null & undefined values
-
Core : Allow the normalizer to return any value
2 septembre 2017, par ArkniCore: Allow the normalizer to return any value Fixes #2049
-
Build : updated release instructions
29 juillet 2017, par staabmBuild: updated release instructions
-
Build : Updating the master version to 1.17.1-pre.
29 juillet 2017, par staabmBuild: Updating the master version to 1.17.1-pre.