Sweet Titles - YUI Style | ThinkVitamin.com Demo

This is a YUI style of Sweet Titles which has more flexibility in customization and allows for {n} number of initialized sets. In this example we've applied one set of tooltips to all links within <ul id="friends">, and then another set of tooltips (differently styled) to all links within <ul id="pubs">. If you click Add Friend, we'll append a brand new element with yet another differently configured tooltip.

var attributes = {
	time : 0.5,
	opacity : 0.8,
	timeout : 500
};
var attributes2 = {
	time : 1,
	tipClass : 'tip2',
	timeout : 1000
};