我尝试使用modal
插件,但没有效果。我看到代码,地方还可以。所以我的代码中有一些东西,但是我看到的turtal..所以帮助我,给我一些建议。
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link media="all" rel="stylesheet" href="docs/assets/css/bootstrap.css" type="text/css" />
<link media="all" rel="stylesheet" href="docs/assets/css/bootstrap-responsive.css" type="text/css" />
<script src="sgsheg/jquery-1.10.0.min.js" type="text/javascript"></script>
<script src="sgsheg/bootstrap.min.js" type="text/javascript"></script>
<script src="js/bootstrap-modal.js" type="text/javascript"></script>
</head>
<body>
<div class="modal hide fade">
<div class="modal-header">
<button type="button" class="close" data-dismiss="model" aria-hidden="true" >×</button>
<h3>Modal header</h3>
</div>
<div class="modal-body">
<p>One fine body...</p>
</div>
<div class="modal-footer">
<a href="#" class="btn">Close</a>
<a href="#" class="btn btn-primary">Save changes</a>
</div>
</div>
</body>
</html>