/perfecttooltip

This is the Perfect Tooltip - a jQuery plugin

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Perfect Tooltip

This is the Perfect Tooltip - a jQuery plugin

Installation

bower install perfect-tooltip

Basic usage

$(function(){
    $('#button1').tooltip();                          // convert "title" attribute
    $('#button2').tooltip('Button 2 tooltip text');   // show custom text
});

See the DEMO