如何使用Bootstrap Alert插件
警报消息用于向最终用户显示诸如警告或确认消息之类的信息。
您可以尝试运行以下代码以在Bootstrap中实现警报插件-
示例
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Example</title>
<link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
<script src = "/scripts/jquery.min.js"></script>
<script src = "/bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<div id = "myAlert" class = "alert alert-success">
<a href = "#" class = "close" data-dismiss = "alert">×</a>
<strong>Success!</strong> the result is successful.
</div>
<script>
$(function(){
$("#myAlert").bind('closed.bs.alert', function () {
alert("警报消息框已关闭。");
});
});
</script>
</body>
</html>热门推荐
10 老人掉牙祝福语简短语
11 八十大寿简短祝福语
12 结婚对白誓言简短祝福语
13 相恋人回去祝福语简短
14 高考祝福语简短10字
15 近代生日祝福语简短精辟
16 诗词文案祝福语简短精辟
17 潮汕生日谚语祝福语简短
18 女生 节日祝福语简短大气