*2.4.7* - 15.03.2012
* img tags inserted with just a height or width attribute set will now be resized to get proper dimensions [sgaertner]
Community
A lot of work went into trying to make Tipped the best tooltip script out there. Now that it's released I'm looking forward to hearing what you think so I can make it even better.
On this page you'll find a number of ways to give feedback and get more involved with the project.
Feedback & Bugs
Need some help, think you've found a bug or just want to talk about using Tipped in general?
Leave a message on the forum so we can help each other out. Looking forward to getting your feedback.
Updates on Twitter
Updates on new and upcoming releases are posted on Twitter, follow @tippedjs to stay on top of things.
We're moving to a new forum, old posts are still available on the google group.
Changelog
These are the latest changelog entries, you can find the complete changelog here.
*2.4.6* - 09.02.2012
* Increased the default z-index to 999999 so it works better with the increased z-index of Lightview.
*2.4.5* - 22.01.2012
* Changed the internal ajax complete to a success callback so only successful responses are pushed into the tooltip.
*2.4.4* - 08.12.2011
* Tooltip creation is now faster because of a switch to internal named indexes [gelpcpc]
* Fixed a problem where (re)creating 1000+ tooltips at once could cause IE to show a "Stop running
this script" warning. This problem used to exponentially slow down tooltip creation depending on
the number of tooltip on the page, so this improvement is an all-around speedup [gelpcpc]
*2.4.3* - 26.11.2011
* Lowered the jQuery version requirement to 1.4.4.
* Some changes to support jQuery 1.7. It is recommended to use 1.7.1+ for improved stability.
* Using the jQuery 1.7.x Google CDN url is now safe: http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js
Updated the documentation and example files in the download to use it.