在bootstrap工具提示中的图标

时间:2016-09-09 17:25:50

标签: twitter-bootstrap tooltip twitter-bootstrap-tooltip

有人知道是否可以在bootstrap的工具提示中添加图标? 我在bootstrap工具提示中找到的唯一信息是如何自定义颜色或如何使用animate.css在其上添加一些动画 有可能吗?

1 个答案:

答案 0 :(得分:1)

嘿,这很容易做到。您需要将以下属性添加到包含工具提示的元素中。第一个数据-html =&#34; true&#34;。完成后,您将能够将HTML插入标题=&#34;&#34;。这应该为您提供所需的一切。这是一个codepen示例。在我的示例中,我将工具提示保留为静态,以便您可以看到它。 <button type="button" data-toggle="tooltip" data-html="true" data-trigger="manual" data-placement="right" title="<button>Facebook</button>" class="btn btn-default" id="example">example</button>