BeautyTips is a jQuery tooltips plugin which uses the canvas drawing element in the HTML5 spec to dynamically draw tooltips (sometimes called "talk bubbles" or "help balloons") associated with a html element on the page.
Stars
36
Forks
8
Watchers
36
Open Issues
8
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Move demo to root so gh-pages can use the same layout as the main project.
9677a85View on GitHubFor IE9 support, exclude bgiframe, exclude excanvas, and add shadow support.
465dfd6View on GitHubUpdate to jQuery 1.6.1. Have to use .prop instead of .attr, this makes us depend on jQuery 1.6+ as .prop was introduced in 1.6. This breaks the animation demos.
a8e5b42View on GitHub