I am using twitter-bootstrap and popovers.
I am facing the following problem: when the user clicks on a link that opens a popover at the bottom of the page, it scr
Just use this code. No extra div, class or whatever else needed.
div
class
$("a[data-toggle=popover]").popover().click(function(e) { e.preventDefault(); });