-1

我有以下内容:

<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"/>
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>

我想在我的服务器中替换它,这样我就不必连接到互联网。如何将以下内容添加到我的网站?

我尝试了以下方法:

<link rel="stylesheet" href="../jquery-ui.css"/>
<script src="jquery-ui.tabs.js"></script>

它不工作?我不知道要从 jquery 下载哪些文件夹,我正在使用 ui 选项卡,所以我将以下文件夹放在嵌入式网络服务器中:

jquery-ui.css
jquery.ui.tabs.js

有人可以帮忙吗?

4

1 回答 1

1

使用 jQuery Download Builder 下载您需要的 jQuery UI 包:

http://jqueryui.com/download/

或者只下载带有 UI 选项卡的 jQuery UI

http://jqueryui.com/download/#!version=1.10.3&components=1111111110010001111011111111111111

于 2013-11-07T20:38:01.133 回答