It's possible I'm blind, but I've searched for this and can't seem to find an answer.
Using Bootstrap, the format of a popover is pretty simple - add in rel="popover" and throw in the content with data-content="xxx"
BUT - if you actually click on the link, it goes nowhere. Even with a properly set href="xxx"
Am I missing something? I want the popover only on hover, and if a user clicks, I want them to go to whatever link I've set.
<a href="http://www.caffeine.com" rel="popover" data-content="Caffeine is the world's favorite drug." data-original-title="Caffeine">Caffeine</a>Copy paste that into any stock bootstrap - click on the link, it won't do anything. – Sol Orwell Aug 2 '12 at 15:36