Make Bootstrap Popover Appear/Disappear on Hover instead of Click

I’m building a website with Bootstrap’s Popover and I can’t figure out how to make the popover appear on hover instead of click.

All I want to do is have a popover appear when someone hovers over a link instead of clicking on it and for the popover to disappear when they move away. The documentation says it’s possible using either the data attribute or jquery. I’d much rather do it with jquery since I have multiple popovers.

5 Answers
5

Leave a Comment