jQuery Tooltip Plugin Demo

The next four links have no delay with tracking and fading, with extra content:

Code

$('#yahoo a').tooltip({
	track: true,
	delay: 0,
	showURL: false,
	showBody: " - ",
	fade: 250
});