gpt4 book ai didi

javascript - 想要在 jQuery Mobile 首次加载时显示对话框消息

转载 作者:搜寻专家 更新时间:2023-10-31 22:31:59 24 4
gpt4 key购买 nike

在 jQuery Mobile 中,我想在首次加载此页面时在我的主页 (index.html) 中显示一条对话框消息。但是,如果用户导航到我网站的不同页面并返回到我的 index.html,我不想显示对话框。

我正在考虑使用 pageshowpagebeforeshow 方法并检查 prevPage 对象。还有其他好的方法吗?

最佳答案

使用pageinit事件,只会触发一次。再简单不过了。

jsFiddle 示例:http://jsfiddle.net/Gajotres/e9RcT/

$(document).on('pageinit', '#index', function(){       
alert('This event will trigger only once!');
});

要测试它,请转到第二页,然后返回。

关于javascript - 想要在 jQuery Mobile 首次加载时显示对话框消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14778008/

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