CodeIgniter Forums
Generate a large dynamic javascript checkbox list menu thingy - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Generate a large dynamic javascript checkbox list menu thingy (/showthread.php?tid=5328)



Generate a large dynamic javascript checkbox list menu thingy - El Forum - 01-17-2008

[eluser]johnwbaxter[/eluser]
I need to generate a javascript checkbox list with parent and children structure that can be expanded and contracted and also supports intelligent checking where if you tick the parent it ticks all the children.

Errr, has anyone come across something like this? Open source preferable!

If anyone can lend any help i would be eternally grateful!


Generate a large dynamic javascript checkbox list menu thingy - El Forum - 01-17-2008

[eluser]xwero[/eluser]
You mean something like this or this but then with added checkbox support.


Generate a large dynamic javascript checkbox list menu thingy - El Forum - 01-17-2008

[eluser]johnwbaxter[/eluser]
Yes but without the table stuff!

Also it would be nice to be able to load the children on the fly to save loading a huge list at the start.


Generate a large dynamic javascript checkbox list menu thingy - El Forum - 10-14-2008

[eluser]johnwbaxter[/eluser]
This is nearly exactly what i want.

http://static.geewax.org/checktree/index.html

Excellent.