views:

41

answers:

1
+1  Q: 

Jquery Tree plugin

I am looking for a jQuery plugin which can do following jobs:

1) presents a tree view of certain list of objects( probably only list tags could suffice too for the moment)

2) Every node's subtree is expandable & collapsable

3) List items can be dragged & dropped to alter the tree structure

4) I can retrieve & infer tree structure & do some processing on it in back end.

I have looked at some of the plugins which I could find on "Binging". I am not yet satisfied fully though. Could someone help ?

Thanks,

+1  A: 

You can try jsTree. Here is the demo.

Second option: treeview

Krunal
Thanks. It is just perfectly what I wanted. :)
Nikhil Garg