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

tin-tooltip is a very small and simple to use jQuery script used to create rich text tooltips from plain html and with one JS call.


Documentation

A Simple jquery tooltip plugin.

Html :

<span pop-title='This title will be displayed as tooltip'>Hover me </span> and <span pop-title='This is another'> me </span> 

Script usage

$(document).ready(function(){   $(document).TinTip(); }); 

You May Also Like