Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Merge pull request #1612 from Arkni/move-to-additional
21 octobre 2015, par staabmMerge pull request #1612 from Arkni/move-to-additional Core: Split out `creditcard` method
-
Core : Split out `creditcard` method
21 octobre 2015, par ArkniCore: Split out `creditcard` method As mentioned by Jörn in #1506
-
Merge pull request #1614 from Arkni/fixed-1523
19 octobre 2015, par staabmMerge pull request #1614 from Arkni/fixed-1523 Fixed #1523
-
Core : Escape errorID for use in the regex, not to build aria-describedby
19 octobre 2015, par ArkniCore: Escape errorID for use in the regex, not to build aria-describedby The error ID was being escaped for use in a regex, but these escaped characters were also being passed on to the aria-describedby value set in the HTML, which means the ID doesn't match up with the ID of the element it's referring to. Fixes #1523 Closes #1587
-
Test : Added unit test that runs into the issue reported in #1523
17 octobre 2015, par ArkniTest: Added unit test that runs into the issue reported in #1523