Skip to content

lynzz/jqTree

 
 

Repository files navigation

https://secure.travis-ci.org/mbraak/jqTree.png?branch=master

jqTree

JqTree is a tree widget.

Features

  • Create a tree from JSON data
  • Drag and drop
  • Works on ie7+, firefox 3.6+, chrome and safari
  • Written in Coffeescript

The project is hosted on github (https://github.com/mbraak/jqTree), has a test suite (test/test.html) and a demo (demo.html).

See index.html for the full documentation. The documentation is also on http://mbraak.github.com/jqTree/

Thanks

The code for the mouse widget is heavily inspired by the mouse widget from jquery ui.