bootstrap模式禁用标题链接 [英] bootstrap modal disables header links

查看:137
本文介绍了bootstrap模式禁用标题链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在jsp中使用了bootstrap模式弹出窗口。问题是它会自动禁用标题链接,即。菜单项。当我点击模态弹出按钮时,标题链接开始自动工作。我需要做什么配置?

提前谢谢:)

I used bootstrap modal popup in my jsp. The problem is that it automatically disables header links ie. the menu items. When i click on the modal popup button then the header links start working automatically. What configurations do i need to do??
Thanks in advance :)

推荐答案

解决方案非常简单



style =display:none;添加到
the solution was quite simple

adding style="display: none;" to the
<div class="modal fade"> </div>

让它工作即。

made it working ie.

<div class="modal fade" id="getLegalOpinion" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;"></div>


这篇关于bootstrap模式禁用标题链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆