$('#nav-menu .menu > li').hover(function(){ $(this).find('.children').animate({ opacity:'show', height:'show' },200); $(this).find('.xialaguang').addClass('navhover'); }, function() { $('.children').stop(true,true).hide(); $('.xialaguang').removeClass('navhover'); }); $('.stmenu1').hover(function(){ $(this).find('.children').animate({ opacity:'show', height:'show' },200); $(this).find('.xialaguang').addClass('navhover'); }, function() { $('.children').stop(true,true).hide(); $('.xialaguang').removeClass('navhover'); });