页面样式:
点击查询帮助,弹出如图提示框,点击其他地方取消。
<a tabindex="0" class="white" role="button" data-toggle="popover" data-trigger="focus" data-placement="top" data-content="产品提示说明。">查询帮助</a>
js中添加:
$(function () {
$("[data-toggle='popover']").popover();
});
参考地址:http://www.runoob.com/bootstrap/bootstrap-alert-plugin.html