使用Jquery Mobile添加延迟

时间:2017-08-12 22:31:46

标签: jquery jquery-mobile

使用JQuery mobile我想在以下代码中添加一个延迟,以便在延迟之后css不会被应用:

$(document).on("scrollstop", function () {
    if (!isScrolledIntoView()) {
        $("#my-div").css("bottom", "0");
    };
});

我尝试添加.delay(800),但似乎没有用。有关如何添加延迟的任何想法?谢谢

1 个答案:

答案 0 :(得分:1)

尝试使用超时。

Wire.beginTransmission(0x68);
Wire.write(0x1A);  // the config address
Wire.write(0x02);  // the config value
Wire.endTransmission(true);

希望这有帮助。