Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Fixed #194 - Required as attribute fails if jQuery>=1.6 - Use .prop instead of .attr
20 septembre 2011, par Christian Kollerm changelog.txt m jquery.validate.js m test/index.html m test/rules.js Fixed #194 - Required as attribute fails if jQuery>=1.6 - Use .prop instead of .attr Plus whitespace cleanup for test/index.html and test/rules.js -
Fixed #189 - :hidden elements are now ignored by default
15 septembre 2011, par Horia Dragomirm changelog.txt m jquery.validate.js m test/test.js Fixed #189 - :hidden elements are now ignored by default -
Cleanup whitespace
13 septembre 2011, par Jörn Zaeffererm test/test.js Cleanup whitespace -
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