I have been experimenting with the jQuery Tooltip from Bootstrap, which comes with additional attributes:
<a rel="tooltip" data-placement="right" data-original-title="Hello" href="#">Tooltip Example</a>
However, I encountered an issue because I use rel="nofollow" on many URLs where I also want to implement tooltips, and it seems they cannot work together.
Furthermore, I am looking for a graceful alternative for users who disable JavaScript in their browsers.
I am curious if there is a way to configure jQuery Tooltip to recognize the title="" attribute as data-original-title, and set a default preset for data-placement.
Here is a link to the fiddle: http://jsfiddle.net/FhGT3/