I am using twitter\'s bootstrap\'s popover here. Right now, when i scroll over the popover text a popover appears with just text from the \'s da
da
Another alternate method if you wish to just have look and feel of pop over. Following is the method. Offcourse this is a manual thing, but nicely workable :)
HTML - button
HTML - popover
..... your code here .......
JS
$("#bg").click(function(){ $('.bgform').slideToggle(); });