首页 > 代码库 > stop(true,true)

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) 
})

stop(true,true)