ここに私のHTMLがあります:
<div id="disclaimer">After 30 Days you'll have the option to keep your account for $15 per month -no contract required-or revert to a single page free account.*</div>
JavaScript:
$('#disclaimer').popover({
trigger: 'hover',
html: true,
placement: 'right',
content: 'hello world'
});
要素の上にカーソルを置いても、何も起こりません..JavaScriptエラーなどはありません。何が問題なのかわかりません