Tooltip on right
You have to pass in the html option to when you initialize .tooltip. e.g.
$('a[data-toggle="tooltip"]').tooltip({ animated: 'fade', placement: 'bottom', html: true }); See the example fiddle 0 讨论(0) 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
$('a[data-toggle="tooltip"]').tooltip({ animated: 'fade', placement: 'bottom', html: true });
See the example fiddle