Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Core : Error hidden but input error class not removed
7 janvier 2016, par ArkniCore: Error hidden but input error class not removed When a field has one rule with option `depends` specified and this dependency mismatch, the plugin will remove it, so that field will not be validated on submit by the the rule in question. So if that field is already invalid, only the error message will be hidden and the error class will remain. This commit fixes this issue. Fixes #1632
-
Tests : added coverage for #697 (Arkni).
7 janvier 2016, par staabmTests: added coverage for #697 (Arkni).
-
Core : Remote validation uses wrong error messages
7 janvier 2016, par denissonCore: Remote validation uses wrong error messages Fixes #697. Closes #1028.
-
Core : Fixed field highlighting with remote validation.
7 janvier 2016Core: Fixed field highlighting with remote validation. Prevent remote validation from removing highlight from other invalid fields. Closes #1584.
-
Core : Fixed :filled selector for multiple select elements. closes #1661, #1662.
10 décembre 2015, par kjpriceCore: Fixed :filled selector for multiple select elements. closes #1661, #1662.