为什么点击按钮 jquery的 clearInterval()不起作用

<!doctypehtml><html><head><metacharset="gb2312"><title>jump</title><scriptsrc="http:/... <!doctype html>
<html>
<head>
<meta charset="gb2312">
<title>jump</title>
<script src="http://jqueryui.com/jquery-wp-content/themes/jquery/js/jquery-1.11.2.min.js"></script>
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
</head>
<body style="position:relative">
<div style="height:100px;width:100px; background:#A7B568; position:absolute;top:0px;left:300px" id="jump"></div>
<button style="margin-top:200px" onClick="stopJump()">jump</button>
<script>
var int=setInterval(jumpDiv,50);
function jumpDiv(){
$("#jump").animate({"top":"300px",},1000,'easeInQuad'),
$("#jump").animate({"top":"0px",},1000,'easeOutQuad')
};
function stopJump(){
clearInterval(int);//不起作用
}
</script>
</body>
</html>
展开
 我来答
云梦之竹h
2015-09-14 · TA获得超过266个赞
知道小有建树答主
回答量:224
采纳率:0%
帮助的人:98.3万
展开全部
你把变量名换下试试,int是关键字
追问
试过了,还是不行
追答
换成这样var int=setInterval(jumpDiv,2000);
估计是你设成50太小了,你点击按钮时候,已经过去 t/50 个50ms,而函数jumpDiv只执行了 t/2000 次
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式