Fork me on GitHub

jQuery CDN

jQuery CDN MS&Baidu

PS:jQuery-2.0 以上版本不再支持IE 6/7/8

REF: https://www.sojson.com/jquery/down.html

经多次测试,建议使用百度的CDN引用地址,官网的地址有可能造成部分地区打开略有延迟

Baidu

Version

2.1.4
2.1.1
2.0.0
1.11.3
1.11.1
1.10.2
1.9.1
1.8.3
1.7.2
1.6.4
1.5.2
1.4.4
1.4.2
1.3.2
1.2.3
https://libs.baidu.com/jquery/${version}/jquery.js
https://libs.baidu.com/jquery/${version}/jquery.min.js
https://libs.baidu.com/jquery/${version}/jquery.min.map

Example

https://libs.baidu.com/jquery/1.11.3/jquery.min.js

Microsoft

https://docs.microsoft.com/en-us/aspnet/ajax/cdn/overview#jquery-releases-on-the-cdn

Version

3.3.1
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.3
1.11.2
1.11.1
1.11.0
1.10.2
1.10.1
1.10.0
1.9.1
1.9.0
1.8.3
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
1.7
1.6.4
1.6.3
1.6.2
1.6.1
1.6
1.5.2
1.5.1
1.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4
1.3.2
https://ajax.aspnetcdn.com/ajax/jquery/jquery-${version}.js
https://ajax.aspnetcdn.com/ajax/jquery/jquery-${version}.min.js
https://ajax.aspnetcdn.com/ajax/jquery/jquery-${version}.min.map

https://ajax.aspnetcdn.com/ajax/jquery/jquery-${version}.slim.js
https://ajax.aspnetcdn.com/ajax/jquery/jquery-${version}.slim.min.js
https://ajax.aspnetcdn.com/ajax/jquery/jquery-${version}.slim.min.map

https://ajax.aspnetcdn.com/ajax/jquery/jquery-${version}-vsdoc.js
https://ajax.aspnetcdn.com/ajax/jquery/jquery-${version}.min-vsdoc.js

Example

https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.11.3.min.js

PING 下的延迟情况


引用说明

TIPS: 可以直接使用 https:// 或者直接使用 // 开始,这个就不做多解释

NOTE

判断jQuery是否加载成功,若未成功,则加载本地jQuery文件

<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.11.3.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
posted @ 2018-10-29 12:57  lawleit  阅读(488)  评论(0编辑  收藏  举报