File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,16 @@ classList.js is a cross-browser JavaScript shim that fully implements `element.c
2
2
3
3
This works in every browser except IE 7 or earlier.
4
4
5
- The current version is hosted at public CDNs, allowing you to use this already small file at nearly zero size overhead. Use one of these URLs:
5
+ An older version is hosted at public CDNs, allowing you to use this already small file at nearly zero size overhead. Use one of these URLs:
6
6
7
- - [ //cdnjs.cloudflare.com/ajax/libs/classlist/2014.07.23/classList.min.js] ( //cdnjs.cloudflare.com/ajax/libs/classlist/2014.01.31/classList.min.js )
8
- - [ //cdn.jsdelivr.net/classlist/2014.07.23/classList.min.js] ( //cdn.jsdelivr.net/classlist/2014.01.31/classList.min.js )
7
+ - [ //cdnjs.cloudflare.com/ajax/libs/classlist/2014.01.31/classList.min.js] ( //cdnjs.cloudflare.com/ajax/libs/classlist/2014.01.31/classList.min.js )
8
+ - [ //cdn.jsdelivr.net/classlist/2014.01.31/classList.min.js] ( //cdn.jsdelivr.net/classlist/2014.01.31/classList.min.js )
9
+
10
+ If you would like other versions (such as the current one) hosted there, follow the instructions at
11
+ https://github.com/jsdelivr/jsdelivr
12
+ and
13
+ https://github.com/cdnjs/cdnjs
14
+ to prepare a pull request.
9
15
10
16
![ Tracking image] ( https://in.getclicky.com/212712ns.gif )
11
17
You can’t perform that action at this time.
0 commit comments