The plugin itself can't help much with that.

You could try to hide the all nodes via CSS first, then remove the
responsible class via JS, after intializing the treeview.

Jörn

On Mon, May 25, 2009 at 2:59 PM, eclipseTalk <echal...@yahoo.com> wrote:
>
> Hello,
> I'm using JQuery Treeview as follow:
>
>        $("#navigation").treeview({
>                animated: "fast",
>                persist: "location",
>                collapsed: true,
>                unique: true
>        });
>
> Upon page reload, all the nodes expand and then only the selected node
> remain expanded which is the desired behavior. However, I'd like to
> prevent all the nodes from expanding upon refresh as it creates a
> flicker. Has anyone else experience this behaviour? How can I turn it
> off?
> Thank you for your time...
>

Reply via email to