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