可消失的弹出框
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了可消失的弹出框相关的知识,希望对你有一定的参考价值。
通过使用 focus
触发器可以在用户点击弹出框是让其消失。
实现“点击并让弹出框消失”的效果需要一些额外的代码
为了更好的跨浏览器和跨平台效果,你必须使用 <a>
标签,不能使用 <button>
标签,并且,还必须包含 tabindex
属性。
<a tabindex="0" class="btn btn-lg btn-danger" role="button" data-toggle="popover" data-trigger="focus" title="Dismissible popover" data-content="And here‘s some amazing content. It‘s very engaging. Right?">可消失的弹出框</a>
以上是关于可消失的弹出框的主要内容,如果未能解决你的问题,请参考以下文章