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

Pergunta

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

Foi útil?

Solução

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:

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top