码迷,mamicode.com
首页 > 其他好文 > 详细

Bootstrap中模态框多层嵌套时上下滚动条问题

时间:2018-04-25 12:12:25      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:bootstrap   dal   bootstra   rap   hid   eem   boot   open   java   

<button type="button" class="btn btn-white" id="closeTree">关闭</button>
 
<script type="text/javascript">
$(function(){
$("#closeTree").click(function(){
$("#areaTreeModal2").modal("hide");
$("body").addClass("modal-open");
});
 
});
</script>

Bootstrap中模态框多层嵌套时上下滚动条问题

标签:bootstrap   dal   bootstra   rap   hid   eem   boot   open   java   

原文地址:https://www.cnblogs.com/HwChinchilla/p/8941964.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!