禁用 Bootstrap 模态框(Modal) 点击空白时自动关闭

前端 2018-12-04

模态框中加入 data-backdrop=”static” 属性

<div class="modal fade examplemodal" tabindex="-1" aria-labelledby="mySmallModalLabel" 
aria-hidden="true" data-backdrop="static"></div>