嘿伙计们,我有一个 javascript 函数,即使在 Jquery Mobile 中导航到另一个页面(单页模板而不是多页)时也会持续存在
<script type="text/javascript">
setInterval("window.location.reload();", 5000);
</script>
如何确保这只发生在调用它的页面上,而不是在我使用基于 ajax 的导航链接到的每个页面上调用它?
我正在使用 Jquery Mobile 1.2