Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Core : Bind the `blur` event just once in `equalTo` rule
12 février 2016, par ArkniCore: Bind the `blur` event just once in `equalTo` rule bind the event just once, avoiding the unbind-rebind overhead. Also, unbind it when destroying the plugin. Ref #1704 Ref #1707
-
Core : Fixed error when calling .rules() on empty jquery set.
12 février 2016, par staabmCore: Fixed error when calling .rules() on empty jquery set. Closes #1706.
-
Tests : Calling .rules() on an empty jQuery object results in an error.
12 février 2016, par staabmTests: Calling .rules() on an empty jQuery object results in an error. Refs #1706
-
Core : Fix handling of error messages with input groups. Closes #1699.
12 février 2016, par staabmCore: Fix handling of error messages with input groups. Closes #1699. Patch by @Arkni.
-
Core : Fix handling of error messages with input groups. Closes #1699.
12 février 2016, par staabmCore: Fix handling of error messages with input groups. Closes #1699. Patch by @Arkni.