我正在尝试让引导警报变得可忽略,但我不确定是否需要将 onclick= 事件添加到我的 . 我在我的 html 页面上同时引用了 Jquery 和 Bootstrap。关于警报为什么不起作用的任何想法?
<div class="alert alert-dismissible alert-info">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Welcome to Version 1.0!</strong>
</div>