Tooltipper documentation
Tooltipper shows a popup tooltip when an element has focus or has the mouse cursor over it.
Performer gives the tooltips the CSS class Any elementsperformertooltip which you can use to style your tooltips. You can override this CSS class name using the className
Example
<p><a class="tooltipper" title="This is the tooltip" href="#">Example using 'title' attribute</a></p>
<p><a class="tooltipper targetEl-tooltipbox" href="#">Example using a hidden element</a></p>
<div id="tooltipbox" class="hider">
<h3>Tooltip</h3>
<p>This is the hidden element</p>
</div>Settings
Valid elements
Classname
tooltipperAttributes
title (optional)CSS parameters (what's this?)
targetEl (optional)id of the element containing the content for the tooltipclassName (optional, default = 'performertooltip')