How do I bind a callback function on the complete jstree reload event?
Destroying the tree before building the new one works as well.
treeContainer.jstree("destroy");
treeContainer.bind("loaded.jstree", function () {
alert("the tree is loaded");
}).jstree(config);