views:

616

answers:

2

I need a simple jQuery folder tree controller with the following features:

  • to be based on a nested unordered list
  • expand/collapse
  • drag and drop to reorder
  • ajax support (not sure if I need this)

Which is the tree controller you think is the most appropriate for this?

Thank you in advance for your time,
titel

+2  A: 

jQuery Treeview plugin is nice but doesn't have D&D re-order, but I'm pretty sure it's possible to hack something with jQuery UI dragable & dropable. (I don't understand what you mean by ajax support)

RC
Note as of April 2010: While the plugin still works as it is, it has some shortcomings, and not maintained anymore. There are now plenty of alternative jQuery tree plugins.
Bakhtiyor
A: 

You can try simple tree at SIMPLE TREE +DRAG'NDROP. Hope it helps.

Daniel Mahadi