Jquery Treeview Plugin Customization

Hi,

I modified jquery treeview for my specific requirements are need some help with bug fixes. The 2 changes I made-

1- Instead of just the single parameter “root”, the url script (to load tree async) now takes two params “fromnode” and “nodepath”. The script will then traverse and return the entire subtree from fromnode to nodepath. This tree will be appended under “fromnode”. — This is working correctly.

2- A function search_show_node which takes the path of node not yet loaded and l…

Leave a Reply

Your email address will not be published. Required fields are marked *