views:

73

answers:

2

i find two :

1.jstree

2.TreeView

whicih is better ?

and has any other better choices?

thanks

A: 

I can only speak to the two you listed, jsTree and jQuery TreeView.

jsTree is a pretty good option since the re-write, but it's not completely stable yet, I'd wait a bit on that one if your goal is to customize it, since the API will probably change a bit more as it approaches 1.0 final.

With TreeView it's stable, but it's a lot smaller, with a smaller feature set, the question here is if it does everything you need, if it does then go nuts, it's a little less plugin-friendly though, in terms of extending the TreeView plugin itself.

Nick Craver
A: 

TreeView is no longer being actively developed. A note on their homepage says:

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.

jXML tree is another option

Dean Del Ponte