Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在移动网站中使用“Jquery Japnel”菜单。但问题是如果页面长度增加,菜单会突然打开。它适用于小长度页面。但是,如果页面具有更多数据(例如以像素为单位的页面长度)超过 1000 或 1500,则它会突然打开。当它滑动内容时。如果有人可以提供帮助,将不胜感激。
还没有解决办法。
据我所知,可以使用某些方法将其最小化。喜欢:-
jquery jpanel 菜单提供了两个主要事件。
开盘前。
收盘后。
这些事件解决了我的问题。
您可以在事件 BeforeOpen 上隐藏或设置非显示区域中的页面不显示。
并在 afterClose 事件中取消隐藏。这纯粹是你的逻辑,你如何维护它。