mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2026-06-12 15:37:05 +02:00
Chore: test on jquery 4.0.0 and mockjax 2.7.0
This commit is contained in:
Vendored
+9680
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
@@ -6,7 +6,7 @@ var parts = document.location.search.slice( 1 ).split( "&" ),
|
||||
src = scripts[ scripts.length - 1].src,
|
||||
i = 0,
|
||||
current,
|
||||
version = "3.1.1",
|
||||
version = "4.0.0",
|
||||
file = "http://code.jquery.com/jquery-git.js";
|
||||
|
||||
for ( ; i < length; i++ ) {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -6,8 +6,8 @@ var parts = document.location.search.slice( 1 ).split( "&" ),
|
||||
src = scripts[ scripts.length - 1].src,
|
||||
i = 0,
|
||||
current,
|
||||
version = "2.2.1",
|
||||
file = "../lib/jquery.mockjax-2.2.1.js";
|
||||
version = "2.7.0",
|
||||
file = "../lib/jquery.mockjax-2.7.0.js";
|
||||
|
||||
for ( ; i < length; i++ ) {
|
||||
current = parts[ i ].split( "=" );
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
<a href="?jquery=1.9.1&jquery.mockjax=1.5.3">jQuery 1.9.1</a>
|
||||
<a href="?jquery=1.11.1&jquery.mockjax=1.5.3">jQuery 1.11.1</a>
|
||||
<a href="?jquery=3.1.1&jquery.mockjax=2.2.1">jQuery 3.1.1</a>
|
||||
<a href="?jquery=4.0.0&jquery.mockjax=2.7.0">jQuery 4.0.0</a>
|
||||
<a href="?jquery=git&jquery.mockjax=git">jQuery Latest (git)</a>
|
||||
</h1>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user