【发布时间】:2010-11-12 05:24:56
【问题描述】:
我需要加载 jQuery UI 文件,并希望通过 Google 来完成。 目前我上传:
<script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.core.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.draggable.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.droppable.js"></script>
我需要 Google 提供哪些相应文件?
我可以使用http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js吗?
另外,改用这个有什么缺点吗: http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js?
【问题讨论】:
-
“最新”链接已被删除,但这提供了最新的(至少在我们发布版本 2 之前):ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js
标签: jquery