Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Add jQuery 1.6 for testing.
5 mai 2011, par Jörn Zaefferer+ lib/jquery-1.6.js m test/index.html Add jQuery 1.6 for testing. -
Fixed issue 78. Error/Valid styling applies to all radio buttons of same group for required validation.
5 mai 2011, par Haackedm jquery.validate.js m test/index.html m test/test.js Fixed issue 78. Error/Valid styling applies to all radio buttons of same group for required validation. -
Don’t use form.elements as that isn’t supported in jQuery 1.6 anymore.
26 avril 2011, par Jörn Zaeffererm jquery.validate.js Don't use form.elements as that isn't supported in jQuery 1.6 anymore. ITs buggy as hell anyway (IE6-8: form.elements === form). -
Mock ajax requests to replace .php files (make testsuite run on
24 avril 2011, par jzaefferer+ lib/jquery.mockjax.js m test/index.html m test/test.js - test/users.php - test/users2.php Mock ajax requests to replace .php files (make testsuite run on gh-pages). Also clean up unnecessary tests for .php files, had several bugs (...) -
Update QUnit
24 avril 2011, par jzaeffererm test/qunit/qunit.css m test/qunit/qunit.js Update QUnit