I want to hide automatically the Bootstrap popovers after a few seconds.
When the user hovers over a control, the popover must be displayed, but if the user doesn’t move the mouse pointer, this popover must be hidden automatically after few seconds.
That is important because in a mobile phone or tablet when the user taps a control, the popover is displayed, and the focus remains on the same control while the user types something, with the popover hindering it.
Note: This solution was written for Bootstrap 3.
This works, though there may be a more efficient method:
http://jsfiddle.net/isherwood/Bqq7C/27/