0

我正在尝试让引导警报变得可忽略,但我不确定是否需要将 onclick= 事件添加到我的 . 我在我的 html 页面上同时引用了 Jquery 和 Bootstrap。关于警报为什么不起作用的任何想法?

<div class="alert alert-dismissible alert-info">
   <button type="button" class="close" data-dismiss="alert">&times;</button>
        <strong>Welcome to Version 1.0!</strong>
</div>
4

0 回答 0