jQuery(function(){ jQuery("#nav li,.sort li").hover(function(){ jQuery(this).find("ul:eq(0)").slideDown(100) },function(){ jQuery(this).find("ul:eq(0)").slideUp(0) }) jQuery(".phone").hover(function(){ jQuery("#ewm").fadeIn(300); },function(){ jQuery("#ewm").fadeOut(0); }) jQuery(".wx").hover(function(){ jQuery("#ewm1").fadeIn(300); },function(){ jQuery("#ewm1").fadeOut(0); }) })