mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-20 09:11:40 +01:00
Added jQuery 1.9 to the project. Closes gh-613
This commit is contained in:
committed by
Jörn Zaefferer
parent
ab74256e54
commit
0681cc06c5
2
test/jquery.js
vendored
2
test/jquery.js
vendored
@@ -4,7 +4,7 @@ var parts = document.location.search.slice( 1 ).split( "&" ),
|
||||
length = parts.length,
|
||||
i = 0,
|
||||
current,
|
||||
version = "1.8.3",
|
||||
version = "1.9.0",
|
||||
file = "http://code.jquery.com/jquery-git.js";
|
||||
|
||||
for ( ; i < length; i++ ) {
|
||||
|
||||
Reference in New Issue
Block a user