【发布时间】:2019-06-14 02:46:32
【问题描述】:
我正在使用 Bootstrap Popover 插件:https://www.w3schools.com/bootstrap/bootstrap_popover.asp
有人要求我同时进行悬停和点击操作。但是我不能在data-trigger 属性中设置两个值。
<a tabindex="0" role="button" data-toggle="popover" data-trigger="popover"
data-placement="top" title="Click and Hover!"
data-content="<b> Click and Hover works! </b>" data-html="true">
Click or hover here
</a>
如何使悬停/单击都起作用?
【问题讨论】:
标签: html twitter-bootstrap popover