使用 Javascript...
如何从以下工具提示中删除 html:
使用 Joomla 3 和 Bootstrap 3。
使用 Javascript...
如何从以下工具提示中删除 html:
使用 Joomla 3 和 Bootstrap 3。
Add this line at the bottom of the page
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
检查文档,您应该启用将 HTML 插入工具提示。
$('#example').tooltip({html : true})