TipTip – A Simple JQuery Tooltip Plugin
TipTip is a simple JQuery tooltip plugin for them who wants easily customizable tooltips for their website.
Its updated Version 1.3 is released on Mar. 23, 2010
Check it out
TipTip detects the edges of the browser window and will make sure the tooltip stays within the current window size. As a result the tooltip will adjust itself to be displayed above, below, to the left or to the right of the element with TipTip applied to it, depending on what is necessary to stay within the browser window.
How It Works
TipTip uses the title
attribute just like the native browser tooltip does. However, the title
will be copied and then removed from the element when using TipTip so that the browser tooltip will not show up.
Leave a Reply