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: '' }); });
Tips is a tiny jQuery plugin which allows to you attach a CSS styleable, auto-positioned bubble tooltip to any Html elements.
Bubble###Demo
At first to load jQuery, and enable Tips plugin:
$(function(){ $('.demo1').tips({ msg: 'This is a demo text.' }); $('.demo2, .demo3').tips({ skin: 'white', msg: '' }); });