Skip to content
abidibo edited this page Jun 13, 2011 · 1 revision

This library is used to display nice tooltips. At domready event the page is scanned searching for elements with the class attribute ending in "tooltip". Then the title attribute of this elements is taken and displayed in a nice tooltip on mouse over.

##updateTooltips function Syntax
updateTooltips()
Activates tooltips for all elements with the class attribute ending in "tooltip".

Clone this wiki locally