-2

In order to include jQuery and jQueryUI libraries we can use below code in html

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script>

Is it possible to use something similar to include Fancy Tree plugin using a url and not downloading the file from http://plugins.jquery.com/fancytree/

Thank You

4

1 回答 1

1

Fancytree没有CDN。

请注意,链接到另一个站点(除了官方 CDN,如 googleapis)以包含资源将窃取该服务器的带宽,因此被认为是不公平的。

更新:截至 09-2014 有一个可用的 CDN 版本:

于 2014-04-04T15:59:52.410 回答