$(".treeview li").click(function () { var ultree = $(this).find('ul'); $(ultree).slideToggle("slow") });