欢迎您 本站地址:
复制网址
手机查看
切换背景
源代码:
html编辑器
颜色值转换
点击运行
Bootstrap 实例</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.staticfile.net/twitter-bootstrap/4.3.1/css/bootstrap.min.css"> <script src="https://cdn.staticfile.net/jquery/3.2.1/jquery.min.js"></script> <script src="https://cdn.staticfile.net/popper.js/1.15.0/umd/popper.min.js"></script> <script src="https://cdn.staticfile.net/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script> <div class="container"> <h3>弹出框实例</h3> <a href="#" data-toggle="popover" title="弹出框标题" data-content="弹出框内容">多次点我</a> </div> <script> $(document).ready(function(){ $('[data-toggle="popover"]').popover(); }); </script>
运行结果:
小库提示
扫描下方二维码,访问手机版。
打赏
关闭