[jQuery] [treeview] Problem with reloading ajax tree

[jQuery] [treeview] Problem with reloading ajax tree

<div>Hi,
</div><div>I've faced with the problem with reloading ajax tree. I'm reloading it calling treeview() method with all initializaating params, but after that all expandable nodes does not expand.</div><div>
You can reproduce this case with firebug on async tree demo page <a href="http://jquery.bassistance.de/treeview/demo/async.html">http://jquery.bassistance.de/treeview/demo/async.html</a></div><div></div><div>run the following code in console:</div>
<div></div><div>$("#black").empty().treeview({
  url: "source.php"
  })</div><div></div><div>when the tree is loaded "3. After Lunch (120+ min)" node does not expand.</div><div></div><div>
Is it  bug or i just didn't understood how to reload the tree?</div><div></div><div>thanks,</div><div>George
</div>