Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Tests : Use asyncTest() method, replacing test() and stop() calls
29 avril 2014, par staabmTests: Use asyncTest() method, replacing test() and stop() calls Closes #1097
-
Core : Use `element.name` and `element.type` consistently
29 avril 2014, par staabmCore: Use `element.name` and `element.type` consistently Instead of using the jquery provided method, we use the native ones instead. we already rely on them in other places, therefore we don't get anything from using them here. Closes #1096
-
Localization : Fixed French messages for min and max methods
29 avril 2014, par jcare44Localization: Fixed French messages for min and max methods Closes #1090
-
Additionals : fix typo, simplify regex
8 avril 2014, par jrowensAdditionals: fix typo, simplify regex Closes #1066
-
Core : Use charAt instead of array notation on strings, to support IE8(?)
8 avril 2014, par NetImperiaCore: Use charAt instead of array notation on strings, to support IE8(?) Closes #1067