无法弄清楚为什么bootstrap关闭不起作用

时间:2014-01-18 21:55:39

标签: html django twitter-bootstrap

我正在乱搞django和bootstarp!并在我的html文件中包含这段代码。

<div class="alert alert-danger alert-dismissable">
   <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
   Error: 1.2.3.4 - This IP address already exists !! and is added by &quot;bana&quot;
</div>

但关闭按钮无法关闭警报消息。我附上了整个html文件,请看一下。

http://shrib.com/XWmnns8a

1 个答案:

答案 0 :(得分:0)

缺少jquery!所以刚刚添加了

<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>

这个并且效果很好!