Google是否托管jQuery UI的语言文件,还是我需要自己托管?
如果他们这样做,有没有办法像这样包括他们:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script>
答案 0 :(得分:3)
您可以在此处找到托管的语言本地化:http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/i18n/jquery-ui-i18n.min.js
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/i18n/jquery-ui-i18n.min.js"></script>
Here's the uncompressed view in case you want to see what you're working with
答案 1 :(得分:0)
脚本:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script>
的CSS:
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/cupertino/jquery-ui.css" type="text/css" rel="Stylesheet" />
图片相对于样式表目录
参见http://code.google.com/apis/ajaxlibs/documentation/index.html#jqueryUI 详情。
答案 2 :(得分:0)
我想这是@Darryl想要的:)