<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cool Javascripts &#187; tooltips</title>
	<atom:link href="http://cool-javascripts.com/tag/tooltips/feed" rel="self" type="application/rss+xml" />
	<link>http://cool-javascripts.com</link>
	<description>The best javascripts for your site</description>
	<lastBuildDate>Sun, 12 Jul 2009 07:40:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>jQuery and Mootools plugin to show tooltips</title>
		<link>http://cool-javascripts.com/jquery/jquery-and-mootools-plugin-to-show-tooltips.html</link>
		<comments>http://cool-javascripts.com/jquery/jquery-and-mootools-plugin-to-show-tooltips.html#comments</comments>
		<pubDate>Sun, 28 Dec 2008 12:26:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MooTools]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tooltips]]></category>

		<guid isPermaLink="false">http://cool-javascripts.com/jquery/jquery-and-mootools-plugin-to-show-tooltips.html</guid>
		<description><![CDATA[The tooltip is a common graphical user interface element. It is used in conjunction with a cursor, usually a mouse pointer. The user hovers the cursor over an item, without clicking it, and a small &#8220;hover box&#8221; appears with supplementary information regarding the item being hovered over.
Source: Wikipedia (http://en.wikipedia.org/wiki/Tooltip)

Tooltips are nice way to show small [...]


Related posts:<ol><li><a href='http://cool-javascripts.com/jquery/3-jquery-plugins-to-show-context-menu.html' rel='bookmark' title='Permanent Link: 3 jQuery plugins to show context menu'>3 jQuery plugins to show context menu</a> <small>A context menu (also contextual menu, shortcut menu and, popup...</small></li><li><a href='http://cool-javascripts.com/jquery/jquery-plugins-to-show-data-in-table-format-or-chart-format.html' rel='bookmark' title='Permanent Link: jQuery plugins to show data in table format or chart format'>jQuery plugins to show data in table format or chart format</a> <small> Need to show data in a tabular format or...</small></li><li><a href='http://cool-javascripts.com/effects/jgrowl-to-show-unobtrusive-messages.html' rel='bookmark' title='Permanent Link: jGrowl &#8211; To show unobtrusive messages'>jGrowl &#8211; To show unobtrusive messages</a> <small> jGrowl is a nice way to show unobtrusive messages...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<blockquote><p>The tooltip is a common graphical user interface element. It is used in conjunction with a cursor, usually a mouse pointer. The user hovers the cursor over an item, without clicking it, and a small &#8220;hover box&#8221; appears with supplementary information regarding the item being hovered over.</p></blockquote>
<p>Source: Wikipedia (<a href="http://en.wikipedia.org/wiki/Tooltip">http://en.wikipedia.org/wiki/Tooltip</a>)<br />
<img src="http://cool-javascripts.com/wp-content/uploads/2008/12/tooltips.gif" /></p>
<p>Tooltips are nice way to show small bits of information to the user. The main advantage is it doesn&#8217;t drive the traffic away and at the same time we can show necessary information to the user.</p>
<p>I have listed 3 plugins for jQuery and 2 for mootools. <span id="more-49"></span></p>
<p>For <b>jQuery</b>,<br />
</p>
<h3>Tooltip plugin by <a href="http://bassistance.de/" target="_blank">bassistance</a></h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/jquery-tooltip-plugin-demo.jpg" /></p>
<p>It is one of the first and best tool tip plugin for jQuery and now it is in version 1.3. It is highly customizable and recommended. The positioning of tool tip is adjusted automatically.</p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>jQuery 1.2, bgiframe plugin optional</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 4KB</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None (Free to use on any site &#8211; GPL/MIT License)</td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://jquery.bassistance.de/tooltip/demo/">Open</a> | <a class="opennew" href="http://jquery.bassistance.de/tooltip/demo/" target="_blank">Open in new window</a></td>
</tr>
<tr>
<th>Info &amp; Download</th>
<td><a class="opennew" rel="shadowbox" href="http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/">Open</a></td>
</tr>
</tbody>
</table>
<p class="note">Don&#8217;t forget to checkout all the demos. It includes many examples</p>
<p></p>
<h3>jTip</h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/jtip-the-jquery-tool-tip.jpg" /></p>
<blockquote><p>jTip pulls content into a tool tip using the HttpXMLRequest object. By adding a class attribute value of “jTip” to a link element you can create a tooltip from the content found in the file the href is pointing too. Also jTip can be customized by providing user defined widths (defaults to 250px wide) via a url query string. The height is liquid and stretches to match the content that fills the tool tip. Additionally it’s possible to provide a link (via url query string) to a jTip tool tip link element (a href) so that the link will still function as expected by the user. See the Yahoo link in the demo for a working example.</p></blockquote>
<p>It is from <a href="http://codylindley.com" target="_blank">Cody Lindley</a> who is also the author of the famous <a href="http://jquery.com/demo/thickbox/" target="_blank">thickbox</a>. Unlike many other tooltip plugins, the cotent is fetched from the url not from the title attribute. This is useful when you want to show more information.</p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>jQuery</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">4KB</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None (Free to use on any sit)</td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://www.codylindley.com/blogstuff/js/jtip/">jTip Demo</a> | <a class="opennew" href="http://www.codylindley.com/blogstuff/js/jtip/" target="_blank">jTip Demo in new window</a></td>
</tr>
<tr>
<th>Info &amp; Download</th>
<td><a target="_blank" class="opennew"  href="http://codylindley.com/Javascript/264/jtip-a-jquery-tool-tip">Open</a></td>
</tr>
</tbody>
</table>
<p class="note">Please check the HTML source code to get a good idea about jTip</p>
<p></p>
<h3>BeautyTips</h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/schedule-do-it-with-drupal.jpg" /></p>
<blockquote><p>Beauty Tips was written to be simple to use and pretty. All of its options are documented at the bottom of the jquery.bt.js file and defaults can be overwritten globally for the entire page, or individually on each call.</p></blockquote>
<p>By default each tooltip will be positioned on the side of the target element which has the most free space. This is affected by the scroll position and size of the current window, so each Beauty Tip is redrawn each time it is displayed. It may appear above an element at the bottom of the page, but when the page is scrolled down (and the element is at the top of the page) it will then appear below it. Additionally, positions can be forced or a preferred order can be defined.</p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>jQuery</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">34 KB (Uncompressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None </td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://www.doitwithdrupal.com/schedule">BeautyTips demo</a> | <a class="opennew" href="http://www.doitwithdrupal.com/schedule" target="_blank">BeautyTips demo in new window</a></td>
</tr>
<tr>
<th>Info &amp; Download</th>
<td><a class="opennew" rel="shadowbox" href="http://www.lullabot.com/articles/announcing-beautytips-jquery-tooltip-plugin">Open</a></td>
</tr>
</tbody>
</table>
<p>For <b>Mootools</b>,<br />
</p>
<h3>The default Mootools Tooltip</h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/mootools-demos-tips.jpg" /></p>
<p>In most cases, you doesn&#8217;t need another tooltip. The one included in mootools library is enough most of the time.</p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>Mootools</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Included in Mootools</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None </td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://demos111.mootools.net/Tips">Open demo</a> | <a class="opennew" href="http://demos111.mootools.net/Tips" target="_blank">Demo in new window</a></td>
</tr>
<tr>
<th>Info &amp; Download</th>
<td><a class="opennew" rel="shadowbox" href="http://mootools.net/docs/Plugins/Tips">Open</a></td>
</tr>
</tbody>
</table>
<p class="note">It will also work with Mootools 1.2. Please check the <a href="http://forum.mootools.net/viewtopic.php?id=9832" target="_blank">Mootools forum</a> for more info
<p><b>Customizing the Tooltip plugin</b></p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/mootools-12-tooltips-customize-your-tips-example.jpg" /></p>
<p>David Walsh has an interesting post which describes how to style the tool tip to your own brand style.</p>
<blockquote><p>
Tooltips can also provide another method of website branding. Why throw a vanilla tooltip to the user when you can brand your website?</p></blockquote>
<p><a class="opensame" rel="shadowbox" href="http://davidwalsh.name/dw-content/custom-mootools-tooltips.php">Open demo</a> | <a class="opennew" href="http://davidwalsh.name/dw-content/custom-mootools-tooltips.php" target="_blank">Demo in new window</a><br />
<a class="opennew" href="http://davidwalsh.name/mootools-12-tooltips-customize">More Details</a><br />
</p>
<h3>Tooltip by HotAjax</h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/tooltip-mootools-script-hotajaxorg.jpg" /></p>
<p>It is an advanced tooltip plugin with nice animation. It also supports sticky behavior.  </p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>Mootools</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">3 KB</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None </td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://www.hotajax.org/tooltip/index.html">Open demo</a> | <a class="opennew" href="http://www.hotajax.org/tooltip/index.html" target="_blank">Demo in new window</a></td>
</tr>
<tr>
<th>Info &amp; Download</th>
<td><a class="opennew" rel="shadowbox" href="http://www.hotajax.org/mootools/tooltips--rating/565-tooltipmootools.html">Open</a></td>
</tr>
</tbody>
</table>


<p>Related posts:<ol><li><a href='http://cool-javascripts.com/jquery/3-jquery-plugins-to-show-context-menu.html' rel='bookmark' title='Permanent Link: 3 jQuery plugins to show context menu'>3 jQuery plugins to show context menu</a> <small>A context menu (also contextual menu, shortcut menu and, popup...</small></li><li><a href='http://cool-javascripts.com/jquery/jquery-plugins-to-show-data-in-table-format-or-chart-format.html' rel='bookmark' title='Permanent Link: jQuery plugins to show data in table format or chart format'>jQuery plugins to show data in table format or chart format</a> <small> Need to show data in a tabular format or...</small></li><li><a href='http://cool-javascripts.com/effects/jgrowl-to-show-unobtrusive-messages.html' rel='bookmark' title='Permanent Link: jGrowl &#8211; To show unobtrusive messages'>jGrowl &#8211; To show unobtrusive messages</a> <small> jGrowl is a nice way to show unobtrusive messages...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cool-javascripts.com/jquery/jquery-and-mootools-plugin-to-show-tooltips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
