gpt4 book ai didi

jquery - jquery mobile在手机间隙中实现方向改变事件

转载 作者:行者123 更新时间:2023-12-03 21:39:50 27 4
gpt4 key购买 nike

有人可以告诉我手机间隙中 jquery mobile 方向改变事件的正确代码吗?我在哪里以及如何实现这个orientationChange函数?

最佳答案

$(window).bind('orientationchange', _orientationHandler);

然后在 _orientationHandler 函数中,输入如下内容:

if(event.orientation){
if(event.orientation == 'portrait'){
//do something
}
else if(event.orientation == 'landscape') {
//do something
}
}

关于jquery - jquery mobile在手机间隙中实现方向改变事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10023328/

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