stop(true,true)


$(".gdxw").hover(function(){
 $(".gdbox").stop(true,true).slideDown(300) 
},function(){
 $(".gdbox").stop(true,true).slideUp(300) 
})
$(".gdpd").hover(function(){
 $(".gdbox2").stop(true,true).slideDown(300) 
},function(){
 $(".gdbox2").stop(true,true).slideUp(300) 
})

原文地址:https://www.cnblogs.com/fang51/p/4175804.html