I\'m trying to use http://twitter.github.io/bootstrap/javascript.html#popovers. I can set the trigger to any one of click | hover | focus | manual. Is there a w
click | hover | focus | manual
The reference of what mentioned correctly by @Denis Ivanov
Bootstrap 3.0 (http://getbootstrap.com/javascript/#popovers)
How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. Default is 'click'