Blogger Information
Blog 39
fans 2
comment 2
visits 50451
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
各大网战的jQuery CDN库
fighting的博客
Original
1454 people have browsed it

菜鸟教程 CDN:

实例

<head>
<script src="http://cdn.static.runoob.com/libs/jquery/1.10.2/jquery.min.js">
</script>
</head>

运行实例 »

点击 "运行实例" 按钮查看在线实例

百度 CDN:

实例

<head>
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js">
</script>
</head>

运行实例 »

点击 "运行实例" 按钮查看在线实例

又拍云 CDN:

实例

<head>
<script src="http://upcdn.b0.upaiyun.com/libs/jquery/jquery-2.0.2.min.js">
</script>
</head>

运行实例 »

点击 "运行实例" 按钮查看在线实例

新浪 CDN:

实例

<head>
<script src="http://lib.sinaapp.com/js/jquery/2.0.2/jquery-2.0.2.min.js">
</script>
</head>

运行实例 »

点击 "运行实例" 按钮查看在线实例

Google CDN:

实例

<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
</head>

运行实例 »

点击 "运行实例" 按钮查看在线实例

Microsoft CDN:

实例

<head>
<script src="http://ajax.htmlnetcdn.com/ajax/jQuery/jquery-1.10.2.min.js">
</script>
</head>

运行实例 »

点击 "运行实例" 按钮查看在线实例

*使用百度、又拍云、新浪、谷歌或微软的 jQuery,有一个很大的优势:

许多用户在访问其他站点时,已经从百度、又拍云、新浪、谷歌或微软加载过 jQuery。所有结果是,当他们访问您的站点时,会从缓存中加载 jQuery,这样可以减少加载时间。同时,大多数 CDN 都可以确保当用户向其请求文件时,会从离用户最近的服务器上返回响应,这样也可以提高加载速度。*



Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post