Update dependencies: Remove old jQuery versions, include new ones. Update QUnit and Form plugin.

This commit is contained in:
Jörn Zaefferer
2012-11-23 14:26:56 +01:00
parent 948c7cedcd
commit 5ec962ebb6
10 changed files with 11926 additions and 12451 deletions

View File

@@ -40,7 +40,7 @@ test("Constructor", function() {
});
test("validate() without elements, with non-form elements", 0, function() {
$("#doesn'texist").validate();
$("#doesn-texist").validate();
});
test("valid() plugin method", function() {