国内CDN库
CDN公共库是指将常用的JS库存放在CDN节点,以方便广大开发者直接调用。与将JS库存放在服务器单机上相比,CDN公共库更加稳定、高速。一般的CDN公共库都会包含全球所有最流行的开源JavaScript库,你可以在自己的网页上直接通过script标记引用这些资源。这样做不仅可以为您 节省流量,还能通过CDN加速,获得更快的访问速度。
http://lib.sinaapp.com/
http://libs.useso.com/
http://www.bootcdn.cn/
http://www.asp.net/ajaxlibrary/cdn.ashx
http://developer.baidu.com/wiki/index.php?title=docs/cplat/libs
Google 字体库
<!--Google--> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext' rel='stylesheet'> <!--360--> <link href='http://fonts.useso.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext' rel='stylesheet'>
由于众所周知的原因,只需替换一个域名就可以继续使用Google提供的免费字体库了:
fonts.useso.com <= fonts.googleapis.com
PConline
Index
http://www1.pconline.com.cn/api/libs/index.html
Mootools
http://www1.pconline.com.cn/api/libs/mootools/mootools-1.5.0.js
jQuery
http://www1.pconline.com.cn/api/libs/jquery/jquery-1.3.2.min.js
http://www1.pconline.com.cn/api/libs/jquery/jquery-1.4.4.min.js
http://www1.pconline.com.cn/api/libs/jquery/jquery-1.5.2.min.js
http://www1.pconline.com.cn/api/libs/jquery/jquery-1.6.4.min.js
http://www1.pconline.com.cn/api/libs/jquery/jquery-1.7.2.min.js
http://www1.pconline.com.cn/api/libs/jquery/jquery-1.8.3.min.js
http://www1.pconline.com.cn/api/libs/jquery/jquery-1.9.1.min.js
jQuery UI
1.7.3 (jQuery 1.3.2+)
http://www1.pconline.com.cn/api/libs/jquery/ui/1_7_3/jquery-ui.min.js
http://www1.pconline.com.cn/api/libs/jquery/ui/1_7_3/ui.datepicker-zh-CN.min.js
http://www1.pconline.com.cn/api/libs/jquery/ui/1_7_3/jquery-ui.css
http://www1.pconline.com.cn/api/libs/jquery/ui/1_7_3/images/
1.8.24 (jQuery 1.3.2+)
http://www1.pconline.com.cn/api/libs/jquery/ui/1_8_24/jquery-ui.min.js
http://www1.pconline.com.cn/api/libs/jquery/ui/1_8_24/jquery.ui.datepicker-zh-CN.min.js
http://www1.pconline.com.cn/api/libs/jquery/ui/1_8_24/jquery-ui.min.css
http://www1.pconline.com.cn/api/libs/jquery/ui/1_8_24/images/
1.9.2 (jQuery 1.6+)
http://www1.pconline.com.cn/api/libs/jquery/ui/1_9_2/jquery-ui.min.js
http://www1.pconline.com.cn/api/libs/jquery/ui/1_9_2/jquery.ui.datepicker-zh-CN.min.js
http://www1.pconline.com.cn/api/libs/jquery/ui/1_9_2/jquery-ui.min.css
http://www1.pconline.com.cn/api/libs/jquery/ui/1_9_2/images/
Plugin: ColorBox
http://www1.pconline.com.cn/api/libs/jquery/plugin/colorbox/1_3_18/jquery.colorbox-min.js
http://www1.pconline.com.cn/api/libs/jquery/plugin/colorbox/1_3_18/colorbox.css
http://www1.pconline.com.cn/api/libs/jquery/plugin/colorbox/1_3_18/images/
Plugin: Cookie
http://www1.pconline.com.cn/api/libs/jquery/plugin/jquery.cookie.js
Plugin: Form
http://www1.pconline.com.cn/api/libs/jquery/plugin/jquery.form.js
Plugin: Validation
http://www1.pconline.com.cn/api/libs/jquery/plugin/validation/jquery.validate.min.js
http://www1.pconline.com.cn/api/libs/jquery/plugin/validation/messages_cn.js
http://www1.pconline.com.cn/api/libs/jquery/plugin/validation/images/
Plugin: windowName
http://www1.pconline.com.cn/api/libs/jquery/plugin/jQuery.windowName.plugin.0.9.1.js
DD_belatedPNG
http://www1.pconline.com.cn/api/libs/DD_belatedPNG_0.0.8a-min.js
JSON
http://www1.pconline.com.cn/api/libs/json2.js
SWFObject
http://www1.pconline.com.cn/api/libs/swfobject/swfobject.js
http://www1.pconline.com.cn/api/libs/swfobject/expressInstall.swf
SyntaxHighlighter
http://www1.pconline.com.cn/api/libs/syntaxhighlighter/3_0_83/styles/
http://www1.pconline.com.cn/api/libs/syntaxhighlighter/3_0_83/scripts/
http://www1.pconline.com.cn/api/libs/syntaxhighlighter/3_0_83/styles/shCore.css
http://www1.pconline.com.cn/api/libs/syntaxhighlighter/3_0_83/styles/shThemeDefault.css
http://www1.pconline.com.cn/api/libs/syntaxhighlighter/3_0_83/scripts/shCore.js
http://www1.pconline.com.cn/api/libs/syntaxhighlighter/3_0_83/scripts/shBrushJScript.js
Bootstrap
http://www1.pconline.com.cn/api/libs/bootstrap/3_2_0/css/bootstrap.min.css
http://www1.pconline.com.cn/api/libs/bootstrap/3_2_0/js/bootstrap.min.js
2 thoughts on “国内CDN库”
Christen March 16, 2015 at 3:20 pm
Bootstrap 中文参考文档:这里
ReplyChristen September 27, 2016 at 11:21 am
wp-includes/script-loader.php
Reply