I have loaded a jsTree with an AJAX call that returns JSON data. How can I refresh the tree so that it reloads its contents?
+1
A:
Turns out is is as simple as calling:
tree.jstree("refresh");
GiddyUpHorsey
2010-09-10 03:59:48