jQuery - Twitter Bootstrap - 下拉菜单始终可见
我正在使用 Twitter Bootstrap 下拉菜单 并尝试更改这部分的行为:当我单击带有下拉菜单的链接时,我将获得子菜单。当我点击显示的子菜单时,子菜单将被隐藏。
当我单击该子菜单时,我希望子菜单也可见。 怎么做呢?
提前致谢!
I am playing with Twitter Bootstrap dropdowns menu and trying to change behavior of this part: when I click on the link with Dropdowns menu, I'll get the submenu. When I click into the displayed submenu, so the submenu will be hide.
I would like to have the submenu visible also that time, when I click into this submenu.
How to do that?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试做这样的事情。
或者查看该插件,看看单击子菜单链接时哪个功能隐藏了菜单,然后使用您自己的脚本点击该功能。
Try doing something like this.
Or take a look at the plugin and see which function is hiding the menu when clicking the submenu link, and then tap into that using your own script.