【发布时间】:2017-04-07 18:54:04
【问题描述】:
【问题讨论】:
标签: jquery html css twitter-bootstrap twitter-bootstrap-tooltip
【问题讨论】:
标签: jquery html css twitter-bootstrap twitter-bootstrap-tooltip
要在工具提示上获取 html 格式的结果,您必须在初始化引导工具提示时使用 html: true
示例: $('[data-toggle="tooltip"]').tooltip({ html: true });
【讨论】:
是的。根据您使用它的方式,您必须将html 选项指定为true。 Read the docs here.
【讨论】: