我正计划使用Google为UI和Core下载jQuery库。 我的问题是,他们是否允许我为它下载CSS,还是应该自己托管它?
另外,如果我使用Google加载,应该如何加载其他插件? 我可以将所有插件压缩在一起,还是将它作为自己的单独文件?
包含jQuery UI(目前为v1.10.3)的Google AJAX Libraries API还包含jQuery UI博客中流行的主题:
Google Ajax Libraries API(CDN)
未压缩:http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.js
压缩:http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js
主题无压缩:黑领带,blitzer,cupertino,黑蜂巢,dot-luv,茄子,激励自行车,轻弹,热潜行者,人类,le-frog,薄荷巧克力,阴,胡椒研磨机,redmond,smoothness ,南街,开始,阳光明媚,时髦钱包,trontastic,ui-darkness,ui-lightness和vader。
主题压缩:黑领带,blitzer,cupertino,黑蜂巢,dot-luv,茄子,激励自行车,轻弹,热潜行者,人类,le-frog,薄荷巧克力,阴,胡椒研磨机,redmond,smoothness ,南街,开始,阳光明媚,时髦钱包,trontastic,ui-darkness,ui-lightness和vader。
jQuery现在有一个CDN访问权限:
code.jquery.com/ui/ [版本] /主题/ [主题名称] /jquery-ui.css
为了使这更容易一点,你去:
基地:http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css 黑领带:http://code.jquery.com/ui/1.9.1/themes/black-tie/jquery-ui.css blitzer:http://code.jquery.com/ui/1.9.1/themes/blitzer/jquery-ui.css cupertino:http://code.jquery.com/ui/1.9.1/themes/cupertino/jquery-ui.css dark-hive:http://code.jquery.com/ui/1.9.1/themes/dark-hive/jquery-ui.css dot-luv:http://code.jquery.com/ui/1.9.1/themes/dot-luv/jquery-ui.css 茄子:http://code.jquery.com/ui/1.9.1/themes/eggplant/jquery-ui.css excite-bike:http://code.jquery.com/ui/1.9.1/themes/excite-bike/jquery-ui.css 轻弹:http://code.jquery.com/ui/1.9.1/themes/flick/jquery-ui.css 热偷袭:http://code.jquery.com/ui/1.9.1/themes/hot-sneaks/jquery-ui.css 人类:http://code.jquery.com/ui/1.9.1/themes/humanity/jquery-ui.css le-frog:http://code.jquery.com/ui/1.9.1/themes/le-frog/jquery-ui.css mint-choc:http://code.jquery.com/ui/1.9.1/themes/mint-choc/jquery-ui.css 阴:http://code.jquery.com/ui/1.9.1/themes/overcast/jquery-ui.css 胡椒研磨机:http://code.jquery.com/ui/1.9.1/themes/pepper-grinder/jquery-ui.css redmond:http://code.jquery.com/ui/1.9.1/themes/redmond/jquery-ui.css 平滑度:http://code.jquery.com/ui/1.9.1/themes/smoothness/jquery-ui.css south-street:http://code.jquery.com/ui/1.9.1/themes/south-street/jquery-ui.css 开始:http://code.jquery.com/ui/1.9.1/themes/start/jquery-ui.css 晴天:http://code.jquery.com/ui/1.9.1/themes/sunny/jquery-ui.css swanky-purse:http://code.jquery.com/ui/1.9.1/themes/swanky-purse/jquery-ui.css trontastic:http://code.jquery.com/ui/1.9.1/themes/trontastic/jquery-ui.css ui-darkness:http://code.jquery.com/ui/1.9.1/themes/ui-darkness/jquery-ui.css ui-lightness:http://code.jquery.com/ui/1.9.1/themes/ui-lightness/jquery-ui.css vader:http://code.jquery.com/ui/1.9.1/themes/vader/jquery-ui.css
Google在此链接托管jQueryUI css https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery.ui.all.css
如果您直接查看此代码,它将使用@import导入css,这可能很慢。 您可能想将进口因素考虑在内以获得轻微的绩效收益:
https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery.ui.base.css https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base /jquery.ui.theme.css
链接地址:
http://www.djcxy.com/p/78979.html
上一篇:
Downloading jQuery UI CSS from Google's CDN
下一篇:
sass and grunt