1

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

前任 :

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

现场演示:请将鼠标悬停在 stackoverflow 答案中的标签上。您会看到标签的统计信息。

谢谢。

4

1 回答 1

6

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

$('#example-html').tipsy({html: true });
于 2012-04-23T21:41:44.563 回答