Search code examples
javascriptjquerytwitter-bootstraptwitter-bootstrap-3popover

How can I hold Twitter Bootstrap Popover open until my mouse moves into it?


I have a link that uses the Twitter Bootstrap Popover version 1.3.0 to show some information. This information includes a link, but every-time I move my mouse from the link to the popover, the popover just disappears.

How can I hold popover open long enough to enable the mouse to move into it? Then when the mouse moves out of the link and popover, hide it?

Or is there some other plugin that can do this?


Solution

  • Now I just switch to webuiPopover, it just works.