Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzaefferer/jquery-treeview
A jQuery Tree plugin
https://github.com/jzaefferer/jquery-treeview
Last synced: 3 days ago
JSON representation
A jQuery Tree plugin
- Host: GitHub
- URL: https://github.com/jzaefferer/jquery-treeview
- Owner: jzaefferer
- Created: 2010-10-22T12:01:11.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:39:55.000Z (12 months ago)
- Last Synced: 2024-10-30T17:02:15.696Z (17 days ago)
- Language: JavaScript
- Homepage: http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
- Size: 152 KB
- Stars: 638
- Watchers: 55
- Forks: 269
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
- awesome-jquery - jquery-treeview - A jQuery Tree plugin (Folder Structure / Data Table)
README
### Note that this project is not actively maintained anymore.
Check out [jqTree](https://mbraak.github.io/jqTree/) for a more up to date plugin.# 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](https://raw.github.com/jzaefferer/jquery-treeview/master/screenshot.png)
---
#### [Demo](http://jquery.bassistance.de/treeview/demo/)
#### [Download](https://github.com/jzaefferer/jquery-treeview/zipball/1.4.2)
#### [Changelog](https://raw.github.com/jzaefferer/jquery-treeview/master/changelog.md)
## Documentation
```javascript
.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:
* http://www.opensource.org/licenses/mit-license.php