プラグインを使用しようとしましmodal
たが、効果がありません。コードが表示されます。場所は問題ありません。コードに何かがありますが、タータルが表示されます。助けてください。アドバイスをください。
<!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>