“Lightweight and flexible transformation of an unordered list into an expandable and collapsable tree.” This is what the jQuery Treeview plugin home defines. You can create different types of tree. See demos here. Here, I will be showing you the Sitemap demo that I created using the Treeview plugin.
<li class="expandable">Parent <ul> <li class="expandable">Child-A <ul> <li>Child-A-1</li> <li>Child-A-2</li> </ul> </li> <li class="expandable">Child-B <ul> <li class="expandable">Child-B-1</li> </ul><ul> <li>Child-B-1-1</li> <li>Child-B-1-2</li> </ul> </li> </ul> </li> <li>Child-C</li>
1 Comment
Trackbacks
- WordPress Rocker
- Michael Davis
- Anish Lama
- Design Gala
- Michael Davis
- KHMER855.COM
- raulblon
- khmer855
- uberVU - social comments
- Terrence Au
- jayQuery
- jayQuery
- Topsy.com


Great plugin. Thanks