猿问
annimate只能执行一次
写了个div代码,发现只能执行一次,搜网页,发现可以多次执行,到底要怎么才能多次执行,按钮状态可以多次,但是div不行
一只斗牛犬
浏览 722
回答 1
1回答
holdtom
$("#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); });
0
0
0
随时随地看视频
慕课网APP
相关分类
JavaScript
我要回答