简体   繁体   English

bootstrap js工具提示显示html内容

[英]bootstrap js tooltip display html content

I am trying to display html content on tooltip title.我正在尝试在工具提示标题上显示 html 内容。

But the plain text is being displayed.但是正在显示纯文本。

<a href="javascript:void(0);" data-html="true" data-toggle="tooltip1" title="<p><label>package_qty</label> (0 status)</p>">0</a>

And initialization:和初始化:

$('[data-toggle="tooltip1"]').tooltip();

Setting data-html value to true seems to be not working.data-html值设置为true似乎不起作用。

I am using bootstrap version 3.3.7 .我正在使用引导版本3.3.7

hopefully these links can help you, have a nice day!希望这些链接可以帮助你,祝你有美好的一天!

discussion Can I use complex HTML with Twitter Bootstrap's Tooltip?讨论我可以将复杂的 HTML 与 Twitter Bootstrap 的工具提示一起使用吗?

fiddle http://jsfiddle.net/44khF/200/小提琴http://jsfiddle.net/44khF/200/

 $('.tooltip-demo.well').tooltip({ selector: "a[rel=tooltip]" })
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet"/> <div class="tooltip-demo well"> <p style="margin-bottom: 0;" class="muted">Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A <a title="<h1><b>Another</b> <em>one</em> here too</h1>" data-html="true" rel="tooltip" href="#">really ironic</a> artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral. </p></div>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM