0

I'm working with bootstrap 3, I'm trying to make the popover plugin opened with the hover method, but i can't do it stay opened if the cursor is inside the popover. Any idea? Thanks a lot

This is my code for the popover:

$(".info_pop").popover({
    html: true,
    trigger: 'hover',
    title: "Title",
    placement: "top",
    content: 'Example'
});

I found the answer HERE. Thank you the same.

Community
  • 1
  • 1
fabrizio
  • 259
  • 1
  • 8
  • 23
  • Can you include your CSS, because it's seems to work: [DEMO](http://jsfiddle.net/S8MQB/) – Mark Erasmus Sep 01 '13 at 11:48
  • Yes, work... but i mean when your cursor go inside the popover it should be stay open and not close like in your fiddle – fabrizio Sep 01 '13 at 11:53
  • @fabrizio could you show the code that got this functionality to work? From what I see in the SO post that you linked to, it does not solve the problem. Thanks. – Cjoerg Nov 08 '13 at 08:30

0 Answers0