UNPKG
jquery-migrate
Version:
latest (3.5.2)
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.1
3.0.0
3.0.0-rc1
1.4.1
1.4.0
1.3.0
1.2.1
Migrate older jQuery code to jQuery 3.0+
github.com/jquery/jquery-migrate
jquery/jquery-migrate
jquery-migrate
/
test
/
runner
/
flags
/
jquery-migrate.js
18 lines
(16 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Versions of jQuery Migrate listed in the QUnit select
export
const
jqueryMigrate = [
"dev"
,
"min"
,
"git"
,
"3.4.1"
,
"3.4.0"
,
"3.3.2"
,
"3.3.1"
,
"3.3.0"
,
"3.2.0"
,
"3.1.0"
,
"3.0.1"
,
"3.0.0"
,
"esmodules"
];