0

Using Javascript...

How can I remove the html from the following tooltip:

enter image description here

Using Joomla 3 & Bootstrap 3.

Demo page: http://demov3.joostrap.com/contact-form

4

2 に答える 2

0

ドキュメントを確認してください。ツールチップへの HTML の挿入を有効にする必要があります。

$('#example').tooltip({html : true})

于 2013-10-16T18:41:28.730 に答える