Changes for sgTooltip.js
This is the detailed ChangeLog for the sgTooltip.js project, it contains all the changes, in painful detail, from version to version.
This level of detail and internal mechanics will probably only be helpful if you're interested in the internals of sgTooltip.js, if you're after a summary or overview of changes, please refer to the documentation pages instead.
ChangeLog
[return to top]
v1.0.1.2 (Current Testing Release) (Current Unstable Release)
Release Date: Wednesday, 1 September 2010, 17:51.
Pruned some unused variables.
sgTooltip.scanForTooltips() bound as event listener in "dom:loaded" observe.
Added sgTooltip.removeAllTooltips().
sgTooltip.scanForTooltips() now safe to call repeatedly.
Cleaned up several == to === and != to !==.
Added basic positioning of 'fixed' position tooltips.
Tooltip stack divs now have CSS classes for stylesheets.
Tooltips now placed inside container div for stacking rather than mess with style on tooltips directly.
Correctly fetches 'stacking' config for hotspots.
Moved globals into sgTooltip object.
Renamed all classes to start with sgTooltip prefix.
Added Version property.
First import to CVS.