0
我想獨立使用該標籤,但我遇到了一些問題。在Bootstrap 3中一起使用摺疊和彈出窗口
$(function (e) {
$('[data-toggle="popover"]').popover({html: true})
})
$('.badge').click($(function (e) {
e.stopPropagation();
})
)
見波紋管原型: http://jsfiddle.net/Dhanck/sk269gw5/