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