相关疑难解决方法(0)

我可以在Twitter Bootstrap的工具提示中使用复杂的HTML吗?

如果我查看官方文档,我可以看到一个名为HTML的属性:

Name    |    Type       |    default  |    Description
----------------------------------------------------------------------------
html    |    boolean    |    false    |    Insert html into the tooltip. 
                                           If false, jquery's text method 
                                           will be used to insert content 
                                           into the dom. Use text if you're 
                                           worried about XSS attacks.
Run Code Online (Sandbox Code Playgroud)

它说,"将html插入工具提示",但类型是布尔值.如何在Tooltip中使用复杂的html?

html javascript tooltip twitter-bootstrap-3

140
推荐指数
5
解决办法
16万
查看次数

标签 统计

html ×1

javascript ×1

tooltip ×1

twitter-bootstrap-3 ×1