Closed tamanugi closed 6 years ago
I hope use <a>, <li> on tooltip content.
<a>, <li>
<a data-rel="popover" data-placement="top" data-original-title="Links" data-content="<a href='/hoge'>hoge</a><br/><a href='/hogehoge'>hogehoge</a>" > links </a>
I got a result follows 😢
How can I use a html on tooltip content ?? ( is possible??)
Sorry, self solved.
I added data-html="true", got expected result.
data-html="true"
I hope use
<a>, <li>
on tooltip content.I got a result follows 😢
How can I use a html on tooltip content ?? ( is possible??)