Hi

I am using treeview with AJAX.

But my problem is that when I combine treeview with AJAX, the treeview
is always displaying it in expanded form (I want the treeview in
collapsed form)

Can anyone tell how to make the tree collapsed.

Thanks in advance.

        <script type="text/javascript">
                $(document).ready(function(){
                        $("#tree").treeview({
                                animated: "fast",
                                collapsed: true,
                                unique: true,
                                control: "#sidetreecontrol"
                        });
                })

        </script>

Reply via email to