** The code presented in this folder and subfolders is a work based on:

// jQuery File Tree Plugin
//
// Version 1.01
//
// Cory S.N. LaViska
// A Beautiful Site (http://abeautifulsite.net/)
// 24 March 2008
//
// Visit http://abeautifulsite.net/notebook.php?article=58 for more information
// TERMS OF USE
// 
// jQuery File Tree is licensed under a Creative Commons License and is copyrighted (C)2008 by Cory S.N. LaViska.
// For details, visit http://creativecommons.org/licenses/by/3.0/us/

** List of changes:
   * [jqueryFileTree.js] replaced jQuery method '.hasClass()' by '.is()' for compatibility with jQuery 1.1.x
   * [jqueryFileTree.js] removed calls to method 'encode()' to encode characters in directory/file names
   * [jqueryFileTree.js] don't ajax load content for already loaded ones
   * [jqueryFileTree.js] prevent recursion on expanding/collapsing folder
   * [jqueryFileTree.css] customized CSS 

** This is covered by the Creative Commons License at: http://creativecommons.org/licenses/by/3.0/us/