$(function () { $(".header .headerR .header-nav li").hover(function () { $(this).find(".header-nav-xialCon").stop(true).animate({ height: 395 }, 400); }, function () { $(this).find(".header-nav-xialCon").stop(true).animate({ height: 0 }, 400); }); }); var worldWeb_xial_height = 0; $(function () { worldWeb_xial_height = $(".worldWeb-xial-box").height(); $(".header .headerR .worldWeb .worldWeb-xial").css("height", "0px"); $(".header .headerR .worldWeb").hover(function () { $(this).find(".worldWeb-xial").stop(true).animate({ height: worldWeb_xial_height }, 400); }, function () { $(this).find(".worldWeb-xial").stop(true).animate({ height: 0 }, 400); }); })