Max Schmeling
Max Schmeling

Reputation: 12509

What is the best looking web standards treeview for the web?

Does anyone know of a good TreeView for the web that is nice looking, efficient, and uses web standards? We use jQuery so it would be nice if it did too, but that isn't a requirment.

Upvotes: 2

Views: 689

Answers (2)

Matt
Matt

Reputation: 27026

Have you checked out DynaTree? It is based on jQuery, allows lazy loading of subtree data, AJAX/JSON data binding, drag & drop, selectable items (checkboxes) etc.

Here is the link: http://code.google.com/p/dynatree/

Another one which looks quite good is jsTree. It is also higly configurable and allows AJAX callbacks with data binding, checkboxes to select items etc.

You can find it here: http://www.jstree.com/

Both are free to use.

Upvotes: 0

Ben Shelock
Ben Shelock

Reputation: 20993

I see no problems with this one

http://jquery.bassistance.de/treeview/demo/

Upvotes: 2

Related Questions