$('.box>ul>li.gotchldrn>a').click(function() { $(this).parent().toggleClass('gotchldrn'); $(this).siblings().slideToggle(); return false; });