jquery .resize() 不适用于小宽度

发布于 2024-12-29 00:12:05 字数 149 浏览 1 评论 0原文

我正在尝试制作一个根据浏览器宽度具有不同状态的菜单。 对于此功能,我使用 $(window).resize() 来监听调整大小事件。 它在 chrome 上工作正常,但在 firefox 上,如果宽度小于 320px,则不会触发该事件。

知道为什么会发生这种情况吗?

I'm trying to make a menu that has different states depending of the width of the browsers.
For this feature I'm using $(window).resize() to listen the resize event.
It works ok on chrome, but on firefox the event is not triggered if the width is less than 320px.

Any ideea why is that happening?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风铃鹿 2025-01-05 00:12:05

看起来这是一个已知错误,与导航的大小有关栏(带有后退按钮等)。

另请注意,如果在调整大小时更改高度,即使宽度小于 ~300px,事件仍会触发,但报告的宽度保持不变。

Looks like this is a known bug which has to do with the size of the navigation bar (with the back button etc.).

Note also that if you change the height when resizing, an event will still fire even if the width is smaller than ~300px, but the reported width remains the same.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文