bootstrap 的 tooltip 里如何支持 html?

发布于 2022-08-29 20:47:34 字数 273 浏览 6 评论 0

bootstrap css 的 tooltip 组件,如何让提示的内容里支持 html?
比如我想让提示里显示能换行和加粗的情况:

Lorem <strong>ipsum</strong> dolor sit amet, <br>consectetur adipiscing elit

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夕色琉璃 2022-09-05 20:47:34

<a href="#" data-toggle="tooltip" data-html="true" data-original-title="Some <strong>tooltip</strong> text!">Hover over me</a>

小猫一只 2022-09-05 20:47:34

Options

Name: html
Type: boolean
Default: flase
Description: 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.> undefined> undefined

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文