
URL: http://www.lullabot.com/files/bt/bt-latest/DEMO/index.html
BeautyTips is a comprehensive jQuery tooltips plugin that will allow you to dynamically draw tooltips associated with a html element on the page. These tips are highly configurable and can be triggered in many different ways.
By default each tooltip will be positioned on the side of the target element which has the most free space. Tip appears above the element when it is hovered or clicked. The contents of tip is provided when creating the tip. BeautyTips was written to be simple to use and pretty. All of its options are documented at the bottom of the .js file and defaults can be overwritten globally for the entire page, or individually for each target element (more about this in the wrapup section).
The canvas element is supported in major modern browser, such as FireFox, Safari, and Opera. However, Internet Explorer needs a separate library called ExplorerCanvas included on the page in order to support canvas drawing functions.
You can see lots number of examples in implementation, from simple to advance:
Read the rest
16 January 2010
0 Comments