$('#header .nav .list').hover(function(){ $(this).find('.two').stop(true,true).slideDown(); },function(){ $(this).find('.two').stop(true,true).slideUp(); })