<button type="button" class="btn btn-lg btn-danger" data-toggle="popover" title="Popover title" data-content="And here's some amazing content. It's very engaging. Right?">点我弹出/隐藏弹出框<弹出框tton>

jquery将其开启
$(function () {
  $('[data-toggle="popover"]').popover()
})

data-content 弹出内容

data-trigger="focus" 设置点击它就消失了
data-animation = true:false  是否过渡 

相关文章:

  • 2021-09-25
  • 2021-07-12
  • 2021-12-01
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-19
  • 2021-09-10
  • 2022-01-01
  • 2022-01-06
相关资源
相似解决方案