每次我调整页面大小时,Bootstrap 模态都会突然消失。我已经用谷歌搜索过了,通常情况下,如果您包含 bootstrap.js 和 bootstrap-modal.js,就会发生这种情况。但是,我没有包含 bootstrap-modal.js。此外,如果我的屏幕相当大,模式也可以正常工作。只有当我将其调整为更小的尺寸时,模态才会消失。
这是我的包括:
<script src="resources/scripts/jquery-1.8.3.js"></script>
<script src="resources/scripts/jquery-ui-1.9.2.custom.js"></script>
<script src="resources/scripts/bootstrap.js"></script>
<script src="resources/scripts/jquery.complexify.js"></script>
<script src="resources/scripts/jquery.jeditable.js"></script>
<script src="resources/scripts/bootstrap-tagmanager.js"></script>
<script src="resources/scripts/jquery.dataTables.min.js"></script>
<link rel="stylesheet" href="resources/styles/bootstrap.css" type="text/css"/>
<link rel="stylesheet" href="resources/styles/bootstrap-responsive.min.css" type="text/css"/>
<link rel="stylesheet" href="resources/styles/jquery.fileupload-ui.css" type="text/css"/>
<link rel="stylesheet" href="resources/styles/bootstrap-tagmanager.css" type="text/css"/>
<link rel="stylesheet" href="resources/styles/jquery.dataTables.css" type="text/css"/>