![]() |
Want help to use jquery tree view - 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: Want help to use jquery tree view (/showthread.php?tid=49726) |
Want help to use jquery tree view - El Forum - 03-01-2012 [eluser]Mistry007[/eluser] hi i am using jquery tree view for display the tree stracture. now i want some help. I have generated the tree without jquery tree view. it display well with folowing code. Code: global $menu_array ; now this will generate the tree stracture now i want to represent this result into jquery tree view how can i change it. i want to use this plugin http://jquery.bassistance.de/treeview/demo/ Thanks. |