标签:
$(".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)
})
标签:
原文地址:http://www.cnblogs.com/fang51/p/4175804.html