This is a simple jQuery plugin for handling Tree Views. Example of usage is in the example folder.
- Changed setFocus to reveal for semantic purposes
- A few minor bug fixes
- Added setFocus configuration setting and method
- Refactored a bit for expansion and fixed bugs
- Initial Release
- Documentation
- Provide multiple modes of toggle behavior
- Click
li
element to toggle - Click existing dom node in
li
to toggle Create dom node to toggle (current and default behavior)
- Click
Make open and close animations configurableCreate a focus() method for setting the item that is focus (opening up all of the parents that item resides in)- Maybe JSON based tree generation
- Maybe lazy loading