$(".header_nav .yi_ul .yi_li").hover(function() { $(this).find(".yi_a").addClass("yi_a_acitve"); $(this).find(".er_ul").stop(true, true).slideDown(600); }, function() { $(this).find(".yi_a").removeClass("yi_a_acitve") $(this).find(".er_ul").stop(true, true).slideUp(600); }) $(".header_nav .er_ul .er_li").hover(function() { $(this).find(".yi_a").addClass("yi_a_acitve"); $(this).find(".er_uls").stop(true, true).slideDown(600); }, function() { $(this).find(".yi_a").removeClass("yi_a_acitve") $(this).find(".er_uls").stop(true, true).slideUp(600); })