If you look at the async demo: http://dev.jquery.com/view/trunk/plugins/treeview/demo/async.html
in the first tree, click on item 3, and then on item 3.6 - you'll see a loading icon for a few seconds, then the branch will load. Is that what you're looking for? rolf On Jun 10, 9:10 am, "Max Williams (Brighton)" <[EMAIL PROTECTED]> wrote: > I'm using the async version of the treeview plugin to deal with a > rather large tree. When the user first loads it there's nothing > there, and quite a delay before the main set of branches loads, and > i'd like to have some 'loading...' text there. > > How can i get the treeview to signal when it's finished loading the > json, so i can remove the text? Is there a simpler way to have some > "loading..." text displayed so that it will disappear when the tree > loads? > > thanks > max