|
|
JQueryTooltip Homepage: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ Display a customized tooltip instead of the default one for every selected element. Tooltips can be added automatically to any element that has got at Content can be reloaded using AJAX. For example, this can be used to display an image preview in a tooltip. Have a look at the thumbnail REST service of Foswiki:Extensions/ImagePlugin how to load the thumnail from the backend dynamically. ExamplesAll elements with a title attribute in here get a tooltip. Options can be given using metadata inside the class attribute like this:
<span title="Hello World: This is my first tooltip!!!" class="{extraClass:'bubble'}">
Hover me
</span>
![]() |