在bady tooltip jquery插件中的html

时间:2012-04-23 21:39:36

标签: jquery tooltip tipsy

tipsy是使用jquery的facebook样式工具提示的插件。我希望能够在工具提示中显示HTML。 e.x:当鼠标悬停在图像中时,我有class='test'的任何图像,我在<div></div>中看到带有文本(html)的工具提示。

E.X:

<img class="test" src="test.jpg"> 
<div id="testtext"> bla bla bla ....</div>

现场演示:请在stackoverflow答案中将鼠标悬停在标签中。你看到了标签的统计数据。

感谢。

1 个答案:

答案 0 :(得分:6)

来自tipsy文档http://onehackoranother.com/projects/jquery/tipsy/

$('#example-html').tipsy({html: true });
相关问题