To view this script in action simply roll over this link or any other link. The script will read it's title attribute and display it as tooltip.
Note: If the element doesn't have a title attribute, script will ignore it.
$(document).ready(function(){
$("a").easyTooltip();
});
#easyTooltip{
padding:5px;
border:1px solid #ccc;
background:#f1f1f1;
}
Easy Tooltip jQuery Plugin is brought to you by Css Globe and supported by Css Templates by Templatica