用于 jquery 主题的 Google CDN
我在此处找到了 jquery ui js 文件的 cdn 网址,但是我在cdn中哪里可以找到主题css文件。我正在寻找平滑主题。
I've found the cdn url for jquery ui js file here, but where can I found the theme css file in the cdn. I'm looking for the smoothness theme.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以在 http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css。
网址是
其中 <主题名称>是您想要的主题的名称。
来自 cdn 的 i18n 文件可以在 http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/i18n/jquery-ui-i18n.min.js
You can find the smoothness theme from google cdn in http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/smoothness/jquery-ui.css.
The url is
where < themename > is the name of the theme you want.
The i18n file from cdn can be found in http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/i18n/jquery-ui-i18n.min.js
对于标准主题的最新版本,您可以使用如下所示的内容(请注意,除了平滑度之外的所有内容都被注释掉了)。
摘自此处链接的完整模板,其中还有适用于 Microsoft 和 jQuery CDN 的模板:
http://www.dullsharpness.com/2011/ 10/30/jquery-cdn-boilerplate-starter-templates/
For the latest version of the standard themes, you can use something like what's below (note that all but smoothness is commented out).
Excerpted from the full template, linked here, which also has templates for Microsoft and jQuery CDN:
http://www.dullsharpness.com/2011/10/30/jquery-cdn-boilerplate-starter-templates/
当然,您可能想要使用类似以下内容的内容:
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/smoothness/jquery-ui.css,如果您对 Google javascript 的 CDN 执行相同操作,以确保您获得最新的 CSS 文件。
Of course, you might want to use something like:
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/smoothness/jquery-ui.css, if you are doing the same with your CDN of the google javascript to make sure you get the most up-to-date CSS files.