This folder contains copies of the required jQuery libraries for use with 
Dynatree 1.x

Currently using 

- jquery.js:
  jQuery 1.10.2

- jquery-ui.custom.js:
  jQuery UI 1.9.2 with all modules selected.
  
- jquery.min.js and jquery-ui.custom.min.js:
  Minified versions of the above

Current versions are always available at 
    http://jqueryui.com/download

Include the required libs like this:
    <script src='../jquery/jquery.js' type='text/javascript'></script>
    <script src='../jquery/jquery-ui.custom.js' type='text/javascript'></script>
    <script src='../jquery/jquery.cookie.js' type='text/javascript'></script>

    
Alternatively the current libs may be we included from CDNs, for example
	<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
	<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" type="text/javascript"></script>
    <script src='../jquery/jquery.cookie.js' type='text/javascript'></script>
