Is there an online version of fancytree javascript hosted on googlecode that can be directly included in html file [closed]

StackOverflow https://stackoverflow.com/questions/22848970

문제

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

도움이 되었습니까?

해결책

There is no CDN for Fancytree.

Note that linking to another site (except for official CDNs such as googleapis) to include ressources will steal bandwidth from that server, so its considered unfair.

Update: as of 09-2014 there is a CDN version available:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top