HI there,
I have successfully integrated the Jquery treeview into my project.
Currently it populates the data async via json data.
I just want to know when I click on a node.. how to reload that node again?
The firsttime i click on the node it loads data from json data, but subsequent clicks does not load it...
is it possible for me to just have it so that everytime the node is opened it loads data
Thanks