使用JQuery mobile我想在以下代码中添加一个延迟,以便在延迟之后css不会被应用:
$(document).on("scrollstop", function () {
if (!isScrolledIntoView()) {
$("#my-div").css("bottom", "0");
};
});
我尝试添加.delay(800),但似乎没有用。有关如何添加延迟的任何想法?谢谢
答案 0 :(得分:1)
尝试使用超时。
Wire.beginTransmission(0x68);
Wire.write(0x1A); // the config address
Wire.write(0x02); // the config value
Wire.endTransmission(true);
希望这有帮助。