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

Tips is a tiny jQuery plugin which allows to you attach a CSS styleable, auto-positioned bubble tooltip to any Html elements.

Bubble

Documentation

Tips

###Demo

Guide

At first to load jQuery, and enable Tips plugin:

$(function(){  	$('.demo1').tips({ 		msg: 'This is a demo text.' 	});  	$('.demo2, .demo3').tips({ 		skin: 'white', 		msg: '' 	}); });

You May Also Like