$(function(){
$("#menu&gt; ul&gt; li&gt; h4").click(function(){
$(this).parent().find("ul").toggle("slow");
});
}); 
