Last active
September 19, 2018 03:22
-
-
Save wwj718/7164189 to your computer and use it in GitHub Desktop.
一些CDN公共库,常用的js,css公共库
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #说明: | |
| * google的公共库国内访问不稳定 | |
| * 与将JS库存放在服务器单机上相比,CDN公共库更加稳定、高速。 | |
| ##百度公共库 | |
| * [地址](http://developer.baidu.com/wiki/index.php?title=docs/cplat/libs) | |
| * 百度公共CDN为您的应用程序提供稳定、可靠、高速的服务,包含全球所有最流行的开源JavaScript库 | |
| * 公共库列举: | |
| *bootstrap: | |
| *<script src="http://libs.baidu.com/bootstrap/2.0.4/js/bootstrap.min.js"></script> | |
| *<link href="http://libs.baidu.com/bootstrap/2.0.4/css/bootstrap.min.css" rel="stylesheet"> | |
| *支持的版本:2.0.4 ,2.0.3 ,2.0.2 ,2.1.1,2.2.1,2.3.1,*2.3.2* | |
| *jQuery: | |
| *<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script> | |
| *支持的版本: 2.0.3, 2.0.2, 2.0.1, 2.0.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.0, 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.2, 1.5.1, 1.5.0, 1.4.4, 1.4.3, 1.4.2, 1.4.1, 1.4.0, 1.3.2, 1.3.1, 1.3.0, 1.2.6, 1.2.3 | |
| *jQueryui: | |
| *<script src="http://libs.baidu.com/jqueryui/1.8.22/jquery-ui.min.js "></script> | |
| *支持的版本:1.10.2, 1.10.1, 1.10.0, 1.9.2, 1.9.1, 1.9.0, 1.8.24, 1.8.23, 1.8.22, 1.8.21, 1.8.20, 1.8.19, 1.8.18, 1.8.17, 1.8.16, 1.8.15, 1.8.14, 1.8.13, 1.8.12, 1.8.11, 1.8.10, 1.8.9, 1.8.8, 1.8.7, 1.8.6, 1.8.5, 1.8.4, 1.8.2, 1.8.1, 1.8.0, 1.7.3, 1.7.2, 1.7.1, 1.7.0, 1.6.0, 1.5.3, 1.5.2 | |
| *jQuerymobile: | |
| *<script src="http://libs.baidu.com/jquerymobile/1.3.0/jquery.mobile-1.3.0.min.js"></script> | |
| *支持的版本:1.3.0, 1.1.1, 1.0.1 | |
| *lesscss: | |
| *<script src="http://libs.baidu.com/lesscss/1.3.0/less.min.js"></script> | |
| *支持的版本:1.3.0 | |
| *其他: | |
| *QUnit | |
| *webfont | |
| *backbone | |
| *Highstock(可制作工业图表?)/highcharts(波形?) | |
| *UNDERSCORE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment