如果我在< a>上有弹片元素并将其命名如下
$(function () { $('#element').popover({ placement:'top',title:'some title',content: $('#some-div').html() }); });