Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery Checkbox Treeview

I am looking for a JQuery Checkbox Treeview. Does anyone know if a good one exists?

like image 202
Billy Logan Avatar asked Oct 08 '09 15:10

Billy Logan


4 Answers

The best treeview I've found for jQuery so far is Dynatree. Very comprehensive, and with great documentation.

Dynatree is now hosted on Google Code

original answer link is here.

like image 150
Ira Rainey Avatar answered Nov 06 '22 03:11

Ira Rainey


This one seems good and up to date: http://code.google.com/p/checkboxtree/

like image 29
Thanos Avatar answered Nov 06 '22 04:11

Thanos


jsTree appears to be a pretty good solution, too: www.jstree.com

like image 5
Greg Fleming Avatar answered Nov 06 '22 04:11

Greg Fleming


It depends on if you need partial checking(if less than max of the child are checked, the parent is in a different state)

If you need that case, this one should be better: http://code.google.com/p/jquery-checktree/downloads/list

like image 3
Simon Paquette Avatar answered Nov 06 '22 03:11

Simon Paquette