我正在使用 JQuery Mobile 和 mmenu.js JQuery 插件。而且我正在尝试将我的标题设置为固定。我尝试了两种不同的方式:
1) 使用 JQuery Mobile 选项:
<div data-role="header" data-theme="a" data-position="fixed">
2) 使用 CSS:
<div data-role="header" data-theme="a" style="position: fixed; width: 100%;">
在这两种情况下,我都可以使用标题动画正确打开我的菜单。但是当我关闭它时,没有动画就关闭,标题就出现了。
谢谢您的帮助!