Hi

I am using treeview with AJAX. 

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

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>

-- 
View this message in context: 
http://www.nabble.com/treeview-with-ajax-tp21559732s27240p21559732.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to