javascript tooltips
Tooltips are a nice way to display additional info for user, without breaking the flow of current article in your webpage. So a mouse over a highlighted word, or image, can give more information to user.
We’ll try to present some of javascript tha can help us.
This is a cross browser library. It configure he with of tooltip automatically, and has different settings, transition that can be applied.Also can include images.
“BoxOver uses javascript / DHTML to show tooltips on a website. Implementation of the tooltips, however, requires no knowledge of DHTML or javascript. ” The tooltips can be styled.
Prototip uses prototype and scriptaculous.
This is more like a tutorial to make your own tooltip script.
This tooltip can be hovered, and can include links inside the text.
Tooltips are in mootools library. It needs to download the modules for this.
The script is adding a tooltip to an a element by setting the class=”addToolTip” and the title=”Text in tooltip”.
Using the prototype and Scriptaculous,this script is able to populate the tooltip, or baloon, with content fetched by an ajax call.
This make use of jQuery.













[...] bookmarks tagged ajax javascript tooltips saved by 2 others idiotjim bookmarked on 02/05/08 | [...]
[...] bookmarks tagged ajax javascript tooltips saved by 2 others idiotjim bookmarked on 02/05/08 | [...]