gpt4 book ai didi

javascript - 每 10 秒刷新一次 Jquery Mobile ListView

转载 作者:行者123 更新时间:2023-11-28 20:58:18 25 4
gpt4 key购买 nike

有人可以解释一下如何每 10 秒左右刷新一次 jQuery Mobile ListView 吗?我知道 ListView 有 .refresh() 方法,所以我更想知道如何编写循环方法以每 10 秒调用 .refresh() 一次。

您可以提供任何示例代码,我们将不胜感激。

谢谢

最佳答案

window.setInterval(function () {
listview.refresh();
}, 10000);

关于javascript - 每 10 秒刷新一次 Jquery Mobile ListView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11658945/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com