html 在点击外侧时防止关闭BOOTSTRAP模式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 在点击外侧时防止关闭BOOTSTRAP模式相关的知识,希望对你有一定的参考价值。

REF:
http://stackoverflow.com/questions/16152073/prevent-bootstrap-modal-from-disappearing-when-clicking-outside-or-pressing-esca

these 2 will do the trick:
data-backdrop="static" 
data-keyboard="false"


<div id="haiti_videos" class="modal fade bs-example-modal-lg" data-backdrop="static" data-keyboard="false">

以上是关于html 在点击外侧时防止关闭BOOTSTRAP模式的主要内容,如果未能解决你的问题,请参考以下文章

单击关闭时保持 Bootstrap 下拉菜单打开

Bootstrap modal : 在不禁用背景控件的情况下禁用背景点击关闭

Bootstrap modal : 在不禁用背景控件的情况下禁用背景点击关闭

Twitter Bootstrap / jQuery - 如何暂时防止模式被关闭?

Bootstrap 4 - 避免屏幕点击的模式关闭

在内部单击时保持 Bootstrap 下拉菜单打开