Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Add qunit tests for conditional validation rules
2 décembre 2013, par patheardAdd qunit tests for conditional validation rules Updated tests for require_from_group and skip_or_fill_minimum rules. The tests now check that other validation rules on the form are enforced.
-
Fix require_from_group and skip_or_fill_minimum
2 décembre 2013, par patheardFix require_from_group and skip_or_fill_minimum Stops the require_from_group and skip_or_fill_minimum validation methods from clearing previous validation rules on a form. It does this by creating a cloned copy of the form's validator for each group of conditionally required fields. This validator is then used to validate field group and is stored for re-use (fixes #412).
-
Add Instructions for getting the dist files
30 octobre 2013, par nschonniAdd Instructions for getting the dist files Moved remaining contributing instructions to Contributing guide
-
Add build setup instructions
30 octobre 2013, par nschonniAdd build setup instructions
-
Initial ARIA-Required implementation
7 octobre 2013, par nschonniInitial ARIA-Required implementation Add aria-required tags to any of the data, static or class required elements. Dynamic validation for rules added through the form.validate rules object do not get picked up till first run.