hello i´m testing twitter popover efect but i have to press the button the see the popup, instead of just hovering above the button.
jQuery(document).ready(function(){
jQuery("#example").popover();
....
...
...
<a href="#" id="example" class="btn btn-success" rel="popover"
data-content="It's so simpleasd asd asd asd asd asd asdasd asd asd sa d asd
asd asd asd asd sd to create a tooltop for my website!"
data-original-title="Twitter Bootstrap Popover">hover for popover</a></a>
Thank you
--

