gpt4 book ai didi

jQuery Mobile - 无法将 pagebeforechange 绑定(bind)到页面 id?

转载 作者:行者123 更新时间:2023-12-03 22:05:42 26 4
gpt4 key购买 nike

我只能将 pagebeforechange 绑定(bind)到整个 jquery mobile 文档,而不是单个页面。谁能解释一下为什么this不起作用?

最佳答案

$("div[data-role='page']").live( "pagebeforehide", function( event ) {
alert('This alert should trigger before Next Page Here is shown?');
});

(查看link了解详情)您还可以使用bind代替live,希望它有帮助。

关于jQuery Mobile - 无法将 pagebeforechange 绑定(bind)到页面 id?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8793403/

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