Bootstrap基础9(工具提示框、警告框、弹出框)

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>工具提示框、警告框、弹出框</title>
<link rel="stylesheet" href="css/bootstrap.css">
<script src="js/jquery-3.2.1.js"> </script>
<script src="js/bootstrap.js"></script>
<script src="js/holder.js"></script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip();
$('[data-toggle="tooltip"]').tooltip({trigger:"click"});
$('[data-toggle="popover"]').popover();

})
</script>
</head>
<body>

<div class="container">
<h2 class="page-header">工具提示框</h2>
<button class="btn btn-success btn-lg" title="向上" data-toggle="tooltip" data-placement="top" style="margin-top: 30px">一路向北</button><br/>
<button class="btn btn-primary btn-lg" title="向左" data-toggle="tooltip" data-placement="left" style="margin-left: 30px">一路向东</button>
<button class="btn btn-info btn-lg" title="向右" data-toggle="tooltip" data-placement="right" style="margin-right: 30px">一路向西</button><br/>
<button class="btn btn-danger btn-lg" title="向下" data-toggle="tooltip" data-placement="bottom" style="margin-bottom: 30px">一路向南</button>
<br/>
<h2 class="page-header">警告框</h2>
<div class="alert alert-warning">
<button class="close" data-dismiss="alert">&times;</button>
<p>禁止入内</p>
</div>

<br/>
<h2 class="page-header">弹出框</h2>
<button class="btn btn-primary" title="一路向西" data-content="精彩即将上映!" data-toggle="popover" data-placement="right" style="margin-right: 30px;">快播</button>
</div>
</body>
</html>

转载于:https://www.cnblogs.com/YoogaChan/p/6896267.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值