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

posted @ 2014-12-20 20:10  椰树飘香  阅读(385)  评论(0编辑  收藏  举报