jquery stop 怎么用
1个回答
展开全部
jquery stop()函数一般用在阻止动画未完成前的连续发生
<div id="box" style="width:300px;height:100px;background:#ff0000"></div>
<script src="jquery.js" type="text/javascript">
$("#box").hover(function(){
$("#box").stop().animate({'width':'100px'})
},function(){
$("#box").stop().animate({'width':'300px'})
})
</script>
<div id="box" style="width:300px;height:100px;background:#ff0000"></div>
<script src="jquery.js" type="text/javascript">
$("#box").hover(function(){
$("#box").stop().animate({'width':'100px'})
},function(){
$("#box").stop().animate({'width':'300px'})
})
</script>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询