JavaScript Tree Menu
7:23 PM
Flexible JavaScript Tree Menu: dTree
While creating a filebrowser for a project, I have tried several JavaScript tree menus and found this one the easiest to work with.
dTree is an easy to setup & use classic JavaScript tree menu.
With a XHTML 1.0 strict validated output, this tree menu supports unlimited number of levels and remembers the state between pages.
The items don’t need to be in an order within the code as you can re-order them. This is a functional feature when creating the menu from a database.
The script is well-documented and this example shows how flexible it is.
Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://www.destroydrop.com/javascripts/tree/
Demo: http://www.destroydrop.com/javascripts/tree/example/
dTree is an easy to setup & use classic JavaScript tree menu.
With a XHTML 1.0 strict validated output, this tree menu supports unlimited number of levels and remembers the state between pages.
Other features of dTree:
- Can be used with or without frames
- Possible to have as many trees as you like on a page
- All major browsers supported
- Alternative images for each node
The script is well-documented and this example shows how flexible it is.
Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://www.destroydrop.com/javascripts/tree/
Demo: http://www.destroydrop.com/javascripts/tree/example/
