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

annimate只能执行一次

annimate只能执行一次

一只斗牛犬 2018-09-03 12:35:18
写了个div代码,发现只能执行一次,搜网页,发现可以多次执行,到底要怎么才能多次执行,按钮状态可以多次,但是div不行
查看完整描述

1 回答

?
holdtom

TA贡献1805条经验 获得超10个赞

$("#btn").mouseenter(function(e){
var w=Math.floor(Math.random()*document.documentElement.clientWidth);

var h=Math.floor(Math.random()*document.documentElement.clientHeight);
        $("div").animate({        "width":"100px",        "top":h,        "left":w
        },2000);

    });


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

添加回答

举报

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