Download Ajax tooltip

Demo

Bookmark and Share

Licensing

This script is distributed under the LGPL open source license.
Commercial licenses are also available. Some of these licenses also includes personal e-mail support for up to 1 year.

Download script

You can download the entire script from this Zip file

Files included in the package:

  • ajax-tooltip.html = Main HTML file
  • js/ajax-tooltip.js = Main JS file for the script>
  • js/ajax.js = Ajax (SACK library)
  • js/ajax-dynamic-content.js = The dynamic content script from this site
  • css/ajax-tooltip.css = CSS for tooltip
  • css/ajax-tooltip-demo.css = CSS for the demo
  • images/arrow.gif = Arrow used in the tooltip
  • demo-pages = External files loaded by the tooltip

Configuration

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.

Comments

No one has commented this - be first!

Post your comment

Don't have an avatar? Create one at Gravatar.com.

Confirmation code:

Go to cbolson.com


About/Contact | A good idea? | Submit a script | Privacy notice
© 2005 - 2024 dhtmlgoodies.com