Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Fixed #177 - Fix validation of a single radio or checkbox input
13 septembre 2011, par Eric Naesethm changelog.txt m jquery.validate.js m test/test.js Fixed #177 - Fix validation of a single radio or checkbox input The validator element() method delegates to check(). When check() is passed a radio or checkbox input element (call it 'A'), it instead checks the first element with the same name (...) -
Fixed #71 - improve existing time method and add time12h method for 12h am/pm time format
13 septembre 2011, par Jörn Zaeffererm additional-methods.js m changelog.txt m test/methods.js Fixed #71 - improve existing time method and add time12h method for 12h am/pm time format -
Fixed #184 - resetForm : should unset lastElement
11 septembre 2011, par Jörn Zaeffererm changelog.txt m jquery.validate.js Fixed #184 - resetForm: should unset lastElement -
Calling validate on a long form on IE7 will cause the "Script is taking too long" to display after sometime. This is tested with jQuery 1.4.4 and Validation Plugin 1.8.1
5 septembre 2011, par Adam Tibim jquery.validate.js Calling validate on a long form on IE7 will cause the "Script is taking too long" to display after sometime. This is tested with jQuery 1.4.4 and Validation Plugin 1.8.1 When investigating the library itself the problem turned to be that this line is causing the slowness: (...) -
Update changelog to include #181
20 août 2011, par Jörn Zaeffererm changelog.txt Update changelog to include #181