herve-mirguet / jquery-treeview

A jQuery Tree plugin

Home Page:http://bassistance.de/jquery-plugins/jquery-plugin-treeview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Treeview

Lightweight and flexible transformation of an unordered list into an expandable and collapsable tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.

Provides some options for customizing, an async-tree extension and an experimental sortable extension.

screenshot

Note that this project is not actively maintained anymore.

Check out jqTree for a more up to date plugin.


Documentation

.treeview( options )

Takes an unordered list and makes all branches collapsable. The "treeview" class is added if not already present. To hide branches on first display, mark their li elements with the class "closed". If the "collapsed" option is used, mark initially open branches with class "open".

License

Copyright Jörn Zaefferer

Released under the MIT license:

About

A jQuery Tree plugin

http://bassistance.de/jquery-plugins/jquery-plugin-treeview/


Languages

Language:HTML 71.2%Language:JavaScript 23.7%Language:CSS 2.6%Language:PHP 2.4%