Here is a simple code on how you could customize your tooltips using jQuery.
The idea here is to use the <label> tag as the custom tooltip for our links. The id of our <a> is the same value as the “for” attribute of the <label> tag. In this way, we have created a relationship between the <a> tag and <label> tag.
» Read More “Customizing Tooltips Using jQuery”

