Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Core : Validation fails to trigger when next field is already filled out
16 septembre 2015, par ArkniCore: Validation fails to trigger when next field is already filled out Closes #494 Fixes #1508
-
Merge pull request #1578 from christopherbauer/remotetests
12 septembre 2015, par staabmMerge pull request #1578 from christopherbauer/remotetests Core: method.js fix tests for #1567
-
Core : method.js fix tests for #1567
11 septembre 2015, par christopherbauerCore: method.js fix tests for #1567 Incorrect tests were rebased.
-
Merge pull request #1570 from christopherbauer/remotecheckpreviousdata
11 septembre 2015, par staabmMerge pull request #1570 from christopherbauer/remotecheckpreviousdata #1567 Instead of using validating field's value to skip api call, use the serialized data object of the request
-
Core : core.js, methods.js, Fix for #1567 - jquery-validation ignores data obj when validating, incorrectly returning previous status
11 septembre 2015, par christopherbauerCore: core.js, methods.js, Fix for #1567 - jquery-validation ignores data obj when validating, incorrectly returning previous status This change determines if either the validated element's value OR one of the data properties has changed before aborting the remote request. If your remote validation is skipped due to being dependent on the value of another field, this fixes that issue.