![]() |
javascript plugin - 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: javascript plugin (/showthread.php?tid=27420) |
javascript plugin - El Forum - 02-10-2010 [eluser]mehike[/eluser] I want use some javascript menu plugin (or contextmenu?) What is best for it? situation is: I have a tree (jsquery plugin: jqtree) with childnodes (3 sublevels) and I can catch click event in every node and I want make a small menu where I can select node, delete node, rename node or add new node. What is best choice of js plugins to build that kind of menu? or can I do another way this? some suggestions? |