Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Additionals : Drop bad test for notEqualTo method
17 février 2015, par jzaeffererAdditionals: Drop bad test for notEqualTo method
-
Additionals : Add notEqualTo method
17 février 2015, par robotdanAdditionals: Add notEqualTo method New method ‘notEqualTo’ that delegates to the equalTo method and returns the inverted value. Closes #1020
-
Tests : Replace jQuery#size() with #jQuery.length
10 février 2015, par jzaeffererTests: Replace jQuery#size() with #jQuery.length Apparently newer jQuery versions are removing size(), since length has been around fover, use that instead.
-
Additionals : Use correct jQuery reference via `$`
10 février 2015, par CoderAjayAdditionals: Use correct jQuery reference via `$` All other validation methods are bound to $ but this one was bound to 'JQuery' , it is causing error when you have two versions of jQuery and want to bind all these methods to one of jQuery instance. Closes #1396
-
Core : Throw better errors for bad rule methods
10 février 2015, par ryleybCore: Throw better errors for bad rule methods 99% of type errors in this situation are misspelled rules, so be specific in the throw Closes #1395