gpt4 book ai didi

javascript - 为什么在我的 JQM 应用程序中从未触发 orientationchange 事件?

转载 作者:行者123 更新时间:2023-11-29 20:15:33 24 4
gpt4 key购买 nike

我正在提醒有关方向更改的消息。

$(window).bind("orientationchange", function(e){

alert('orientation change');
});

另外,如果您注意到 body 标签上的类名,纵向/横向类名永远不会像在 JQM 演示中那样改变——它只是保持在您加载页面时的状态。非常感谢任何帮助调试这个不寻常的问题。

编辑 对不起,我忘了留下我项目的链接:/

http://www.foodtrucksmap.com/m/la

最佳答案

// Get the current page orientation. This method is exposed publicly, should it
// be needed, as jQuery.event.special.orientationchange.orientation()

尝试:

$(window).bind( 'orientationchange', function(e){
alert(jQuery.event.special.orientationchange.orientation());
});

关于javascript - 为什么在我的 JQM 应用程序中从未触发 orientationchange 事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7103402/

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