Ajax tooltip
A nice tooltip script where the content of the tooltip is retrieved by Ajax from external files.

Ajax tooltip
A nice tooltip script where the content of the tooltip is retrieved by Ajax from external files.
Files included in the package:
First, you need to include the js files and css files as in the demo(ajax-tooltip.html)
The tooltip is called by a mouseover event applied to an <A> tag. Example:
<a href="#" onmouseover="ajax_showTooltip('demo-pages/ajax-tooltip.html',this);return false" onmouseout="ajax_hideTooltip()">
The layout(size, colors and arrow) is defined in the CSS.
Be the first to review this listing!
