【发布时间】:2021-09-23 01:44:34
【问题描述】:
我在调整浏览器窗口大小时使用它来运行一些代码:$(window).resize(callback)
当手机和平板电脑的方向发生变化时,我还需要运行此代码。上述事件会引发此事件吗?
【问题讨论】:
-
它会触发。我认为这是一个有用的问题,但它已关闭,所以我无法回答。这是jquery docs的背景:
Note that we bind to the browser's resize event when orientationchange is not natively supported or if $.mobile.orientationChangeEnabled is set to false.
标签: javascript jquery screen-orientation