bootstrap 模态框怎么去设置点击保存后关闭模态框_百度知道
问题描述: 就是 保存后怎么去调用 关闭模态框这个事件最佳答案: <div class="modal hide" id="updateCollectRecord"> <div class="modal-header"> <button type="button" class="close" data-dism
bootstrop之模态框关闭 - 郭凯(蝈蝈) - 博客园
2016年8月23日 - bootstrop之模态框关闭 1、js中操作$('#myModal5').map(function() {//用id选择器选中要关闭的模态框 $(this).modal('hide'); //关闭 }); 2、用...