码迷,mamicode.com
首页 > 其他好文 > 详细

弹出框

时间:2018-08-06 22:39:45      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:img   ima   jquery   trigger   query   分享   title   toggle   ati   

 <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  是否过渡 

弹出框

标签:img   ima   jquery   trigger   query   分享   title   toggle   ati   

原文地址:https://www.cnblogs.com/iWaitYou/p/9433830.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!