Finds a span with a tooltip attribute and initializes a tool from it.
Needs to be called for each page a mouseover should appear.
"<script language='javascript' type='text/javascript'> $(document).ready(function() { ssxlib.mouse_over.init(); }); </script>" Copy
"<script language='javascript' type='text/javascript'> $(document).ready(function() { ssxlib.mouse_over.init(); }); </script>"
To place an actual mouse over use:
<span tooltip="DESCRIPTION">DESCRIBED STRING</span> Copy
<span tooltip="DESCRIPTION">DESCRIBED STRING</span>
Finds a span with a tooltip attribute and initializes a tool from it.
Needs to be called for each page a mouseover should appear.
To place an actual mouse over use: