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.
展开折叠 JQMobi 在侧导航栏(导航标签)中不起作用。
你的意思是你不能让侧面菜单切换?您在 iPad 或其他宽设备上吗?如果是这样,那是设计使然。有关详细信息,请参阅此线程。
检查jq.ui.css文件。在最底部有一个媒体查询说:
jq.ui.css
@media handheld,only screen and (min-width: 768px)
如果您想为任何宽度设备提供切换菜单,只需更改为min-width: 9999px; (或一起删除媒体查询 CSS)
min-width: 9999px;