Fixed the bug where the tooltip would start to fade out as soon as the mouse moved instead of staying visible for the number of seconds specified by the showTime option.
Fixed the bug where the tooltip would not fade out immediately after the hovered element lost its hover focus.
Version 0.73 - July 19, 2013
Changed wordwrap from 45 to 55, and wordbreak from 55 to 60.
Decreased the font size from 14px to 13px, decreased padding.
Version 0.72 - July 15, 2013
Adjusted the tooltip background colour to improve visibility for IE8.
Adjusted the y-coordinate of the tooltip so that the mouse pointer doesn't overlap with the tooltip.
Version 0.71 - July 14, 2013
Slightly adjusted CSS styling of the tooltip element.
Version 0.7 - July 11, 2013
Added support for breaking long words into several.
Version 0.61 - July 1, 2013
Fixed the problem where hovering over a child element without the title="" attribute would revert to browser defaults instead of showing the child's closest parent's tooltip.
Version 0.6 - June 20, 2013
In cases where the tooltip displays beyond the page border horizontally, it is now shifted to the left until it touches but no longer overflows past the page border.