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. Let's see how it actually works:
Use the Popover's
triggerOptionBy 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
need an explanation for this answer? contact us directly to get an explanation for this answertriggeroption tohover. Let's see how it actually works: