阅读背景:

for循环中的jQuery.animate()

来源:互联网 

I have the following code:

我有以下代码:

$("." + selectedOption + ":eq(0)").show().animate({
    left: 0 + $(".option1:visible").outerWidth(),
    opacity: 1
}, 700, function() {
    $("." + selectedOption + ":eq(0)").animate({
        top: 0
    }, 700);
});
$("." + 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: