I am trying to display html content on tooltip title.
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.
I am using bootstrap version 3.3.7
.