🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Perfect Tooltip is a simple and smart jQuery tooltip plugin that creates a tooltip to any Html element.

hover

Documentation

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


You May Also Like