I\'ve googled about 2 days and can\'t figure out how to set timeout for http://api.jqueryui.com/tooltip/ ???
Maybe i should use jquery hoverIntent ?
here is
I like this for setting the timeout:
$(document).tooltip({ open: function(event, ui) { ui.tooltip.delay(5000).fadeTo(2000, 0); } });