$(function() { $('.leftmenu ul li').click(function() { $(this).find('ul:first').stop(true, true).slideToggle(); }); });