0

当当前幻灯片离开我的 jcarousel 容器时,我在一堆对象上调用以下内容:

$.fn.removeAnimation = function() {
    var o = $(this);
    o.stop(true, true).removeAttr('style');
}

$(this) 指的是幻灯片上存在的一堆对象,例如 h2、h3、p、img 等。

奇怪的是,如果我继续在幻灯片上来回循环,则样式不会从某些元素中删除。这里影响哪些元素也是非常随机的。

有谁知道这是为什么?

4

0 回答 0