Bootstrap popover.toggle() only show
问题 I am trying to integrate a twitter bootstrap popover ; I am forced to use the javascript API, because some dynamic elements are loaded via Ajax and should react too. Basically, here is a example tag that should react : <a data-container="#appConfigDialog" data-toggle="popover" data-placement="top" data-content="<img src="URL" />" data-html="true" href="#" class="popoverFileSee btn btn-default">See</a> URL is by the way replaced by the correct URL And my JS : $( document ).on( "click", "