【发布时间】:2012-11-26 05:37:50
【问题描述】:
我使用代码如下
<a class="reply" data-content="this is the mail"
data-original-title="this is the title" rel="popover">this</a>
我触发jquery事件如下
$(document).on("mouseenter",".reply",function(event){
$(this).popover({placement:'bottom'});
});
但问题出在第一个悬停事件上,弹出框没有显示
从第二个事件弹出框正常显示...这种活动的原因是什么以及如何纠正它...
【问题讨论】:
标签: jquery twitter-bootstrap popover jquery-hover