Easy Tooltip: JQuery Tooltip Plugin
Easy Tooltip is a very simple and nice JQuery plugin for creating tooltips in your websites. The plugin reads the title attribute of the element and convert into a tooltip that can be custom styled.
Implementation
$(document).ready(function(){
$("a").easyTooltip();
});
Tags: JQuery, JQuery Plugins
