bootstrap tutorial - How to make Bootstrap popover appear/disappear on hover instead of click - bootstrap examples - bootstrap templates - bootstrap 3
Answer: Use the Popover's trigger Option
By default, the Bootstrap popover is appearing when you click on the trigger element. However, if you want to show hide the popovers on mouse hover rather than click, you can do this simply by setting the popover's trigger option to hover.