$(function(){ $(".mainbav ul li").hover(function(){ $(this).children("ul").slideDown(); },function(){ $(this).children("ul").stop(true,true).slideUp(); }); }); $(function() { $('.sj-nav .inactive').click(function() { $(this).siblings('ul').stop(true, true).slideToggle() }) })