【发布时间】:2013-07-06 03:37:59
【问题描述】:
这是我的 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 错误或任何东西,不确定是什么问题
【问题讨论】: