每次调整页面大小时,Bootstrap模式突然消失。我已经google了这个,通常,如果你包括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"/>
答案 0 :(得分:2)
抱歉,没关系。我注意到你应该把模态包含在里面
<div class="container"></div>
它只适用于调整大小。我把它包括在外面。