gpt4 book ai didi

twitter-bootstrap - 使用 Twitter Bootstrap 解除警报不起作用?

转载 作者:行者123 更新时间:2023-12-02 18:42:04 25 4
gpt4 key购买 nike

我正在使用谷歌浏览器。
使用Twitter Bootstrap ,我想添加一个简单的警报,不幸的是 alert当按下 x 时不会关闭!

这是我基于 alert 的代码文档:

<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="alert">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Warning!</strong> Best check yo self, you're not looking too good.
</div>
</body>
</html>

我也尝试过:

<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="alert">
<a href="#" class="close" data-dismiss="alert">×</a>
<strong>Warning!</strong> Best check yo self, you're not looking too good.
</div>
</body>
</html>

缺少什么才能让它被解雇?

最佳答案

感谢davidkonrad的评论。
解决方案很简单,只需添加:

    <script src="js/bootstrap.min.js"></script>

关于twitter-bootstrap - 使用 Twitter Bootstrap 解除警报不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13511833/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com