UNPKG

jquery.fancytree

Version:

jQuery tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading

29 lines (24 loc) 762 B
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>Fancytree Documentation</title> <script src="http://www.google-analytics.com/ga.js"></script> <!-- Convert tabs to spaces and doc CSS --> <link rel="stylesheet" href="howto.css"> <script src="howto.js"></script> <script type="text/javascript"> $(function(){ // Log to Google Analytics, when not running locally if( document.URL.toLowerCase().indexOf('wwwendt.de/') >= 0 ) { var pageTracker = _gat._getTracker("UA-316028-1"); pageTracker._trackPageview(); } }); </script> </head> <body> <h1>Fancytree Documentation</h1> Has moved to the <a href="https://github.com/mar10/fancytree/wiki">Documentation Wiki</a>. </body> </html>