$(function(){ //gnb jQuery(".gnbL").mouseenter(function(e){ jQuery(".gnbL").stop().animate({height:245},300); jQuery(".gnbBg").stop().animate({height:150},300);//高度,速度 jQuery(".gnbBg").css("border-bottom","0px solid #F1F1F1"); }).focusin(function(){ jQuery(".gnbL").mouseenter("on"); }) jQuery(".gnbL").mouseleave(function(e){ jQuery(".gnbL").stop().animate({height:80}, 300); jQuery(".gnbBg").stop().animate({height:0},300); jQuery(".gnbBg").css("border","none"); }).focusout(function(){ jQuery(".gnbL").mouseleave("on"); }) jQuery(".gnbBg").mouseenter(function(e){ jQuery(".gnbL").stop().animate({height:245},300); jQuery(".gnbBg").stop().animate({height:200},300); jQuery(".gnbBg").css("border-bottom","0px solid #F1F1F1"); }).focusin(function(){ jQuery(".gnbL").mouseenter("on"); }) jQuery(".gnbBg").mouseleave(function(e){ jQuery(".gnbL").stop().animate({height:80}, 300); jQuery(".gnbBg").stop().animate({height:0},300); jQuery(".gnbBg").css("border","none"); }).focusout(function(){ jQuery(".gnbL").mouseleave("on"); }) });