First of all thank you for a brilliant widget library.
I have a jqTree that contains some nodes with sub-items and some nodes that load the items with ajax on expand event.
If I expand all, I get a huge amount of simultaneously submitted ajax requests.
Does someone already have some code to traverse the entire tree, and expand each node after the previous has finished loading?