Dismiss Bootstrap popover by clicking outside
How to dismiss Bootstrap popover by clicking outside the popover. Currently it has toggle for open link. HTML <div class="widget-rating"> <span class="rateit rating-average"></span> <a class="btn btn-mini" href="javascript:void(0)"><b class="caret"></b></a> </div> Here is js code element.popoverAnchor.popover({ title: "Rating", animation: false, html: true, content: "Loading...", placement: "bottom", trigger: "click" }); $('body').on('click', function (e) { $('.popover-link').each(function () { //the 'is' for buttons that trigger popups //the 'has' for icons within a button that triggers a