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

tips is a super simple jQuery plugin that shows up fully stylable tooltips from title attribute in any Html elements.


Documentation

jq-tips

A plugin for jQuery to replace default browser tooltips.

You can use with any HTML since you add the title attribute.

<a href="#" title="The powered tooltip with jq-tips" >Link<a/>

On Javascript you just need to call the plugin.

$(function(){   $('a').jqTips(); });

You May Also Like