我复制了这个网站的例子: http://jqueryui.com/tooltip/#default
HTML:
<h3 title='this is the title of hello world'>hello world</h3>
JS:
$(document).ready(function() {
$(document).tooltip();
});
但它仍然只显示常规工具提示。
JSFiddle添加了CSS资源: http://jsfiddle.net/HjPtJ/
答案 0 :(得分:7)
正如你可以在这里阅读http://api.jqueryui.com/tooltip/工具提示小部件在jQuery UI 1.9版中添加,JSFiddle添加了jQuery UI 1.8。