gocom / jquery.tipfivethree

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

Give any tooltip unique detector it the invoker/parent has ID #6

Closed gocom closed 11 years ago

gocom commented 11 years ago

This will allow giving tooltips different/unique styling based on the invoking linking without having to involve JavaScript and running multiple instance of the plugin method.

E.g. the link:

<a href="#" id="download-button" title="Download version 1.5.3 | 2012-08 | 1.9 MB">Download</a>

Could be targeted with namespaced class:

.tipFiveThree-parent-download-button {
    padding: 2em;
}