弹出框


 点我弹出/隐藏弹出框<tton>

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

data-content 弹出内容

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

相关