为了账号安全,请及时绑定邮箱和手机立即绑定

问问这个怎么清除清定时器

问问这个怎么清除清定时器

慕田峪9158850 2018-08-07 10:09:35
请问如何清除这个定时器:div {width:100px;height:100px;background-color:green;}input {margin-top:10px;}<div></div><input type = "button" value = "点我开始"><input type = "button" value = "拜拜">$("input:eq(0)").click(function(){var a = setInterval(round,1000);})function round(){$("div").animate(   {   width:"300px",    height:"300px"    },2000)$("div").animate(   {   width:"100px",    height:"100px"    },2000)}
查看完整描述

1 回答

?
萧十郎

TA贡献1815条经验 获得超13个赞

你那个a变量要放到外面,放在回调里,以后要清时就访问不到了。。。

清的时候需要 clearInterval(a)


查看完整回答
反对 回复 2018-09-24
  • 1 回答
  • 0 关注
  • 525 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信