【发布时间】:2015-10-28 17:37:14
【问题描述】:
我在 Google 上搜索了大约 2 天,但不知道如何为 http://api.jqueryui.com/tooltip/ 设置超时???
也许我应该使用 jquery hoverIntent ?
这是我的代码
$('*[class*="help_"]').tooltip({
open: function(e,o){
$(o.tooltip).mouseover(function(e){
$('*[class*="help_"]').tooltip('open');
});
$(o.tooltip).mouseout(function(e){
});
},
close: function(e,o) {}
});
【问题讨论】: