Twitter Bootstrap popover trigger: how to set multiple triggers?

前端 未结 5 1448
挽巷
挽巷 2020-12-16 14:27

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

5条回答
  •  执念已碎
    2020-12-16 14:58

    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'

提交回复
热议问题