bootstrap 下modal 不不能同时存在两个

为防止,IE8下内存溢出

解决方法:
打开一页面以前关闭另一页面;

另一场景,使用bootbox.confirm

需先关闭 confirm 在打开 modal
bootbox.js v3.3.0
// wire up button handlers
if (typeof cb === 'function') {
            div.modal("hide");
                hideModal = cb(e);
            }

你可能感兴趣的:(bootstrap)