jQuery.tooltip.js

Directions

Auto Position

If direction is not set, autoTop is used.

Effects

Fade
$('a').tooltip({fade: true});
Attribute
$('a').tooltip({attr: 'id'});
Fallback
$('a').tooltip({falback: 'It was set to nothing!'});
Html
$('a').tooltip({html: true});
Delay
$('a').tooltip({delay: {show: 300, hide:300}});

Trigger

show
$('a').trigger('tooltip:show');
hide
$('a').trigger('tooltip:hide');

Forms