Skip to content

csingng/jquery-bonsai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Bonsai

jquery-bonsai is a lightweight jQuery plugin that takes a big nested list and prunes it down to a small expandable tree control.

Also includes support for checkboxes (including 'indeterminate' state) and for populating the tree using a JSON data source.

See aexmachina.github.io/jquery-bonsai/ for more information.

Installation

bower install jquery-bonsai --save

Usage

$('ul#my-nested-list').bonsai();