https://stackoverflow.com/questions/19305821/multiple-modals-overlay#
$(document).on(\'hidden.bs.modal\', \'.modal\', function () {
$(\'.modal:visible\').length && $(document.body).addClass(\'modal-open\');
});
相关文章:
https://stackoverflow.com/questions/19305821/multiple-modals-overlay#
$(document).on(\'hidden.bs.modal\', \'.modal\', function () {
$(\'.modal:visible\').length && $(document.body).addClass(\'modal-open\');
});
相关文章: