tborychowski / perfecttooltip

This is the Perfect Tooltip - a jQuery plugin

Home Page:http://tborychowski.github.com/perfecttooltip/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is the Perfect Tooltip - a jQuery plugin

http://tborychowski.github.com/perfecttooltip/

License:GNU General Public License v3.0


Languages

Language:HTML 37.2%Language:CSS 33.2%Language:JavaScript 29.6%