在此处使用 Rails 3.2 和 Twitter Bootstrap “bootstrap-popover.js” 和 “bootstrap-tooltip.js”
这就是我想要发生的事情:
当我将鼠标悬停在:
<li>
<a href="#" class="thumbnail"><img src="http://placehold.it/125x100" alt=""></a>
</li>
在“bootstrap-popover.js”和“bootstrap-tooltip.js”中我都有$('a').popover(placement:'top');。
我还可以指定哪些其他选项以使弹出窗口看起来像上图一样,带有选项“A 标题”和“这里有一些很棒的内容。非常吸引人,对吧?”
这是我目前得到的图片:
谢谢。