gocom / jquery.tipfivethree

CSS3 powered fully-customizable jQuery tooltip
http://uproar-n-rattle.biz/
MIT License
1 stars 0 forks source link

Option to add a custom class #4

Closed gocom closed 11 years ago

gocom commented 11 years ago

Add an option to set custom classes to the tooltip elements. These classes would be global to any tooltip created by the current instance. E.g.

$('selector').tipFiveThree({ 'class' : 'custom-class' });