0

我遇到了 jQuery uibounce() 效果的问题。如果我在图片上来回移动鼠标很多次,它会将请求排入队列并在我悬停图像的时间完全相同的情况下继续弹跳。

我搜索了问题并找到了检查 this.animated 的解决方案。但它也没有奏效。这是我当前的js代码:

$(document).ready(function() { $('#admin_".$id."').mouseover(function () { if (!$(this).is(':animated')) $(this).effect('bounce', { times:1 }, 300); }); });
4

0 回答 0