<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Javascript Tooltips on Steroids</title>
	<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/</link>
	<description>Examples and tutorials to help you learn JQuery</description>
	<pubDate>Thu, 28 Aug 2008 11:48:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: 15 Days Of jQuery : jQuery Tooltips</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-152</link>
		<author>15 Days Of jQuery : jQuery Tooltips</author>
		<pubDate>Thu, 06 Jul 2006 14:20:16 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-152</guid>
					<description>[...] &#171; jQuery TabsJavascript Tooltips on Steroids &#187; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] &#171; jQuery TabsJavascript Tooltips on Steroids &#187; [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mike</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-374</link>
		<author>Mike</author>
		<pubDate>Tue, 22 Aug 2006 21:33:01 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-374</guid>
					<description>Excellent script.  I'd like to use this for a client's site, but I don't think they'll be able to figure out how to add an ID to a link.  Can this effect be accomplished without the use of an ID?  (I tried to do it myself, but unfortunately my jQuery knowledge isn't there yet)</description>
		<content:encoded><![CDATA[<p>Excellent script.  I&#8217;d like to use this for a client&#8217;s site, but I don&#8217;t think they&#8217;ll be able to figure out how to add an ID to a link.  Can this effect be accomplished without the use of an ID?  (I tried to do it myself, but unfortunately my jQuery knowledge isn&#8217;t there yet)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kyle</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-376</link>
		<author>Kyle</author>
		<pubDate>Wed, 23 Aug 2006 23:56:41 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-376</guid>
					<description>The one thing I'm not crazy about here is that the tooltips disappear when the mouse leaves the link and goes into the tooltip. IMO, the tooltip should persist while the mouse is in the tooltip itself -- which would open up the possibility of having other links even within the tooltip.

Otherwise, it's incredible. I'm getting sold on jQuery in a big way. Dojo was my other choice, but the documentation is horrid.</description>
		<content:encoded><![CDATA[<p>The one thing I&#8217;m not crazy about here is that the tooltips disappear when the mouse leaves the link and goes into the tooltip. IMO, the tooltip should persist while the mouse is in the tooltip itself &#8212; which would open up the possibility of having other links even within the tooltip.</p>
<p>Otherwise, it&#8217;s incredible. I&#8217;m getting sold on jQuery in a big way. Dojo was my other choice, but the documentation is horrid.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-377</link>
		<author>Jack</author>
		<pubDate>Thu, 24 Aug 2006 01:30:57 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-377</guid>
					<description>@Mike
Very glad you like it.  I am pretty sure you need an id.  If memory serves, I had to use every possible id, name, class, attribute allowed.

@Kyle,
There are lots and lots of tooltips to choose from.  These offer some nice benefits but they aren't perfect for everyone.  I know I'm not breaking new ground with a response like that, but one of the main focuses of the site is to introduce jQuery to a wider audience and share my passion for what I seem to think is a really, really useful javascript library.  I don't have much experience with Dojo, but jQuery is just so darn easy to use.  And the documentation is pretty good too.</description>
		<content:encoded><![CDATA[<p>@Mike<br />
Very glad you like it.  I am pretty sure you need an id.  If memory serves, I had to use every possible id, name, class, attribute allowed.</p>
<p>@Kyle,<br />
There are lots and lots of tooltips to choose from.  These offer some nice benefits but they aren&#8217;t perfect for everyone.  I know I&#8217;m not breaking new ground with a response like that, but one of the main focuses of the site is to introduce jQuery to a wider audience and share my passion for what I seem to think is a really, really useful javascript library.  I don&#8217;t have much experience with Dojo, but jQuery is just so darn easy to use.  And the documentation is pretty good too.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: kain</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-383</link>
		<author>kain</author>
		<pubDate>Thu, 07 Sep 2006 09:36:27 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-383</guid>
					<description>with the latest jquery from svn all I get is an error on this function:

$(document).ready(JT_init);

telling that $(document).ready is not a function.

with the latest stable of jquery (1.0.1) everything works, any hint for this? thanks</description>
		<content:encoded><![CDATA[<p>with the latest jquery from svn all I get is an error on this function:</p>
<p>$(document).ready(JT_init);</p>
<p>telling that $(document).ready is not a function.</p>
<p>with the latest stable of jquery (1.0.1) everything works, any hint for this? thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-389</link>
		<author>Jack</author>
		<pubDate>Mon, 11 Sep 2006 13:32:34 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-389</guid>
					<description>In my experience, this usually means that you linked to the wrong directory location for the browser to find jquery.js  

Check to make sure that the javascript file is correctly linked to in the head of your document.

I find that using the Web Developer extension for the FireFox browser is a quick and easy way to view the attached javascript and detect if I've mistyped the javascript link in the html source.</description>
		<content:encoded><![CDATA[<p>In my experience, this usually means that you linked to the wrong directory location for the browser to find jquery.js  </p>
<p>Check to make sure that the javascript file is correctly linked to in the head of your document.</p>
<p>I find that using the Web Developer extension for the FireFox browser is a quick and easy way to view the attached javascript and detect if I&#8217;ve mistyped the javascript link in the html source.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Matt</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-436</link>
		<author>Matt</author>
		<pubDate>Wed, 18 Oct 2006 20:52:03 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-436</guid>
					<description>Nice work (and of course hats off to Cody)! Do you think its possible for this tooltip to display the contents of a hidden div (via CSS with negative margins, etc.) on the same page (i.e. href="#someDiv?width=...")? I've been looking for a tooltip that both works with external files but also is capable of displaying content from the same document, which of course makes printing all content a snap thanks to a simple printer stylesheet.

It's also right in line with the push of DHTML...more active interfaces for browsers, but with content that remains flexible for other mediums, devices, etc.</description>
		<content:encoded><![CDATA[<p>Nice work (and of course hats off to Cody)! Do you think its possible for this tooltip to display the contents of a hidden div (via CSS with negative margins, etc.) on the same page (i.e. href=&#8221;#someDiv?width=&#8230;&#8221;)? I&#8217;ve been looking for a tooltip that both works with external files but also is capable of displaying content from the same document, which of course makes printing all content a snap thanks to a simple printer stylesheet.</p>
<p>It&#8217;s also right in line with the push of DHTML&#8230;more active interfaces for browsers, but with content that remains flexible for other mediums, devices, etc.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-437</link>
		<author>Jack</author>
		<pubDate>Thu, 19 Oct 2006 03:20:21 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-437</guid>
					<description>Matt,
Yes. Possible.  Even easy.

&lt;pre&gt;$('#JT_copy').load(info);&lt;/pre&gt;

The load part is what you want to change.  You'd want to grab the hidden div and append it to JT_copy</description>
		<content:encoded><![CDATA[<p>Matt,<br />
Yes. Possible.  Even easy.</p>
<pre>$('#JT_copy').load(info);</pre>
<p>The load part is what you want to change.  You&#8217;d want to grab the hidden div and append it to JT_copy</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: theo mseka</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-472</link>
		<author>theo mseka</author>
		<pubDate>Mon, 30 Oct 2006 16:08:27 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-472</guid>
					<description>great work guys,

Having a problem i hope you can help me with.

trying to call a dynamic page that needs variables for it to load which tooltip to show. is there a way to modify the code to allow for dynamic urls?</description>
		<content:encoded><![CDATA[<p>great work guys,</p>
<p>Having a problem i hope you can help me with.</p>
<p>trying to call a dynamic page that needs variables for it to load which tooltip to show. is there a way to modify the code to allow for dynamic urls?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-474</link>
		<author>Jack</author>
		<pubDate>Mon, 30 Oct 2006 16:37:04 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-474</guid>
					<description>You'd have to use either the $.get() or $.post() function to pass the variables, and then put that data into #JT_copy.  This would replace the load() function in the script.</description>
		<content:encoded><![CDATA[<p>You&#8217;d have to use either the $.get() or $.post() function to pass the variables, and then put that data into #JT_copy.  This would replace the load() function in the script.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Attila</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-483</link>
		<author>Attila</author>
		<pubDate>Tue, 31 Oct 2006 16:51:43 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-483</guid>
					<description>Hi,
have you found a remedy to this bug?
http://imgpub.eu/jTip%20bug.png
(only MS IE)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
have you found a remedy to this bug?<br />
<a href="http://imgpub.eu/jTip%20bug.png" rel="nofollow">http://imgpub.eu/jTip%20bug.png</a><br />
(only MS IE)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-484</link>
		<author>Jack</author>
		<pubDate>Tue, 31 Oct 2006 16:59:16 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-484</guid>
					<description>Amazing what a few minutes of research will do ;)

learningjquery.com</description>
		<content:encoded><![CDATA[<p>Amazing what a few minutes of research will do <img src='http://15daysofjquery.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>learningjquery.com</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jacques</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-1861</link>
		<author>Jacques</author>
		<pubDate>Fri, 12 Jan 2007 18:39:58 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-1861</guid>
					<description>Could anyone post a more complete example related to Matt's post above about loading inline content?</description>
		<content:encoded><![CDATA[<p>Could anyone post a more complete example related to Matt&#8217;s post above about loading inline content?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mashiku</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-2432</link>
		<author>Mashiku</author>
		<pubDate>Wed, 31 Jan 2007 08:38:19 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-2432</guid>
					<description>I was able to have tooltip remain displaying event after the cusor is outside the link. I am trying to modify  it in such a way that the tooltip will go away when the mouse is outside the div area.

I assume this is possible. Any ideas will be appreciated.</description>
		<content:encoded><![CDATA[<p>I was able to have tooltip remain displaying event after the cusor is outside the link. I am trying to modify  it in such a way that the tooltip will go away when the mouse is outside the div area.</p>
<p>I assume this is possible. Any ideas will be appreciated.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Shawn</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-2894</link>
		<author>Shawn</author>
		<pubDate>Wed, 14 Feb 2007 18:55:56 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-2894</guid>
					<description>Great tooltip and very easy to implement! Thanks!</description>
		<content:encoded><![CDATA[<p>Great tooltip and very easy to implement! Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: pezkel</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-4304</link>
		<author>pezkel</author>
		<pubDate>Fri, 06 Apr 2007 15:43:31 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-4304</guid>
					<description>I really like this implementation. Do you think it is possible to change this and have the tooltip move upward if it is near the bottom of the viewport. If make the viewport smaller and mouseover I can only see half of the tooltip. Is it possible to keep it into view?

Much appreciated and keep up the good work.</description>
		<content:encoded><![CDATA[<p>I really like this implementation. Do you think it is possible to change this and have the tooltip move upward if it is near the bottom of the viewport. If make the viewport smaller and mouseover I can only see half of the tooltip. Is it possible to keep it into view?</p>
<p>Much appreciated and keep up the good work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-4307</link>
		<author>Jack</author>
		<pubDate>Fri, 06 Apr 2007 15:52:28 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-4307</guid>
					<description>Pezkel,
Possible, yes. Take a look at the way it determines whether to show it left or right... then hack away. I think the obstacle you'll run into will be calculating the height of the tooltip window.  See the original tooltip author's site for user contributions, comments that might help you in this regard.</description>
		<content:encoded><![CDATA[<p>Pezkel,<br />
Possible, yes. Take a look at the way it determines whether to show it left or right&#8230; then hack away. I think the obstacle you&#8217;ll run into will be calculating the height of the tooltip window.  See the original tooltip author&#8217;s site for user contributions, comments that might help you in this regard.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kevin Koltz</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-5319</link>
		<author>Kevin Koltz</author>
		<pubDate>Wed, 25 Apr 2007 17:10:46 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-5319</guid>
					<description>Seems to be a memory leak when the jTipiFrame iframe is prepended to the JT div.  It is not removed on mouseout.  I modified line 19 to be:
$('#JT, #JT_arrow_left, #JT_arrow_right, #jTipiFrame').hide().remove();

No more leak.</description>
		<content:encoded><![CDATA[<p>Seems to be a memory leak when the jTipiFrame iframe is prepended to the JT div.  It is not removed on mouseout.  I modified line 19 to be:<br />
$(&#8217;#JT, #JT_arrow_left, #JT_arrow_right, #jTipiFrame&#8217;).hide().remove();</p>
<p>No more leak.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bruno Goyanna</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-5347</link>
		<author>Bruno Goyanna</author>
		<pubDate>Thu, 26 Apr 2007 05:02:06 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-5347</guid>
					<description>Mashiku, I needed the same feature as you, to keep the tool tip on the screen and only disappear when we move out from the tooltip box.
A did the following changes to the code:

1 - Removed the function to remove the JT div from hover out

$("a.jTip")
	  .wrap('')
	  .hover(function() {
	    JT_show(this.href,this.id,this.name)
	  },function() {
	  })

2 - Added a remove on the JT_show method, to avoid open more than one tooltip at the same time.

$('#JT, #JT_arrow_left, #JT_arrow_right').hide().remove();

3 - At last added the hover out function from the tooltip on the last line of method JT_show

$('#JT').show().hover(function() {
	  },function() {
	    $('#JT, #JT_arrow_left, #JT_arrow_right').hide().remove();
	  });

One thing that could be done is to create another kind of class jTipFixed, so this hover function would be applied. It would have both features on the same script.</description>
		<content:encoded><![CDATA[<p>Mashiku, I needed the same feature as you, to keep the tool tip on the screen and only disappear when we move out from the tooltip box.<br />
A did the following changes to the code:</p>
<p>1 - Removed the function to remove the JT div from hover out</p>
<p>$(&#8221;a.jTip&#8221;)<br />
	  .wrap(&#8221;)<br />
	  .hover(function() {<br />
	    JT_show(this.href,this.id,this.name)<br />
	  },function() {<br />
	  })</p>
<p>2 - Added a remove on the JT_show method, to avoid open more than one tooltip at the same time.</p>
<p>$(&#8217;#JT, #JT_arrow_left, #JT_arrow_right&#8217;).hide().remove();</p>
<p>3 - At last added the hover out function from the tooltip on the last line of method JT_show</p>
<p>$(&#8217;#JT&#8217;).show().hover(function() {<br />
	  },function() {<br />
	    $(&#8217;#JT, #JT_arrow_left, #JT_arrow_right&#8217;).hide().remove();<br />
	  });</p>
<p>One thing that could be done is to create another kind of class jTipFixed, so this hover function would be applied. It would have both features on the same script.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: federico</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-5499</link>
		<author>federico</author>
		<pubDate>Mon, 30 Apr 2007 10:17:36 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-5499</guid>
					<description>hello, does anyone have a working example of the feature requested by theo mseka on 30 Oct 2006.

Basically, i also need the script to work with dynamic urls...

something like:

&lt;a href="http://www.yahoo.com" rel="nofollow"&gt;LINK HERE&lt;/a&gt;

thanks.</description>
		<content:encoded><![CDATA[<p>hello, does anyone have a working example of the feature requested by theo mseka on 30 Oct 2006.</p>
<p>Basically, i also need the script to work with dynamic urls&#8230;</p>
<p>something like:</p>
<p><a href="http://www.yahoo.com" rel="nofollow">LINK HERE</a></p>
<p>thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: federico</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-5500</link>
		<author>federico</author>
		<pubDate>Mon, 30 Apr 2007 10:49:07 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-5500</guid>
					<description>Sorry, the above message was not very clear: so, to be precise: I need the link to work and to link to something like "yahoo.com?product_id=4".

while the tooltip should also be dynamically generated. the string to be passed on should be something like:

jtip.php?product_id=4&#38;width=400&#38;name... 

Thank you again for any feedback...</description>
		<content:encoded><![CDATA[<p>Sorry, the above message was not very clear: so, to be precise: I need the link to work and to link to something like &#8220;yahoo.com?product_id=4&#8243;.</p>
<p>while the tooltip should also be dynamically generated. the string to be passed on should be something like:</p>
<p>jtip.php?product_id=4&amp;width=400&amp;name&#8230; </p>
<p>Thank you again for any feedback&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: srini</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-12275</link>
		<author>srini</author>
		<pubDate>Thu, 06 Sep 2007 14:58:08 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-12275</guid>
					<description>first of all.. very very great script.. its slick and neat.. 
I was able to configure it to my needs. I wanted the tooltip to be coming from dynamic page.. so this is how i did.. 
getInfo.php?param1=abcd
This php program queries the database and displays the results in tooltip.. the tooltip doesnt showup for the firsttime. Once I click on the "?" it opens the php file in the complete window.. then Once I click the browser back button and see.. then tooltip starts working. any idea how to fix this? Thanks in advance</description>
		<content:encoded><![CDATA[<p>first of all.. very very great script.. its slick and neat..<br />
I was able to configure it to my needs. I wanted the tooltip to be coming from dynamic page.. so this is how i did..<br />
getInfo.php?param1=abcd<br />
This php program queries the database and displays the results in tooltip.. the tooltip doesnt showup for the firsttime. Once I click on the &#8220;?&#8221; it opens the php file in the complete window.. then Once I click the browser back button and see.. then tooltip starts working. any idea how to fix this? Thanks in advance</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Nick</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-30207</link>
		<author>Nick</author>
		<pubDate>Wed, 02 Apr 2008 00:50:51 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-30207</guid>
					<description>Hello. How i can fix tooltip on center x and y ?</description>
		<content:encoded><![CDATA[<p>Hello. How i can fix tooltip on center x and y ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: 65 Excellent jQuery Resources (tutorials,cheat sheets,ebooks,demos,plugins&#8230;) &#124; Speckyboy - Wordpress and Design</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-30250</link>
		<author>65 Excellent jQuery Resources (tutorials,cheat sheets,ebooks,demos,plugins&#8230;) &#124; Speckyboy - Wordpress and Design</author>
		<pubDate>Wed, 02 Apr 2008 12:05:04 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-30250</guid>
					<description>[...] preserving document semantics 16. Fancy Drop Cap 17. Easy Multi Select Transfer with jQuery 18. Javascript Tooltips on Steroids 19. Edit In Place with AJAX 20. Style Sheet Switcheroo 21. Safer Contact Forms Without CAPTCHA’s [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] preserving document semantics 16. Fancy Drop Cap 17. Easy Multi Select Transfer with jQuery 18. Javascript Tooltips on Steroids 19. Edit In Place with AJAX 20. Style Sheet Switcheroo 21. Safer Contact Forms Without CAPTCHA’s [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: akjoshi</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-31563</link>
		<author>akjoshi</author>
		<pubDate>Fri, 18 Apr 2008 08:25:15 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-31563</guid>
					<description>Can anyone explain how to use $('#JT_copy').load(info); to achieve this-

"Do you think its possible for this tooltip to display the contents of a hidden div (via CSS with negative margins, etc.) on the same page (i.e. href=”#someDiv?width=…”)?
"

Pls see comments for reference -

Matt said on 18 Oct 2006 at 4:52 pm:
Jack said on 18 Oct 2006 at 11:20 pm:</description>
		<content:encoded><![CDATA[<p>Can anyone explain how to use $(&#8217;#JT_copy&#8217;).load(info); to achieve this-</p>
<p>&#8220;Do you think its possible for this tooltip to display the contents of a hidden div (via CSS with negative margins, etc.) on the same page (i.e. href=”#someDiv?width=…”)?<br />
&#8221;</p>
<p>Pls see comments for reference -</p>
<p>Matt said on 18 Oct 2006 at 4:52 pm:<br />
Jack said on 18 Oct 2006 at 11:20 pm:</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Vlad</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-31972</link>
		<author>Vlad</author>
		<pubDate>Wed, 23 Apr 2008 06:38:15 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-31972</guid>
					<description>Hi, great modification!
The original works, your example works, but I have an issue with it on my page.

For some reason instead of loading the htm file it loads the target page (in case of your example the yahoo.com page) in the tooltip!!!!

Can someone help me with this?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, great modification!<br />
The original works, your example works, but I have an issue with it on my page.</p>
<p>For some reason instead of loading the htm file it loads the target page (in case of your example the yahoo.com page) in the tooltip!!!!</p>
<p>Can someone help me with this?<br />
Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: 20 Amazing jQuery Plugins and 65 Excellent jQuery Resources &#124; Speckyboy - Wordpress and Design</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-48010</link>
		<author>20 Amazing jQuery Plugins and 65 Excellent jQuery Resources &#124; Speckyboy - Wordpress and Design</author>
		<pubDate>Mon, 21 Jul 2008 09:15:40 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-48010</guid>
					<description>[...] preserving document semantics 16. Fancy Drop Cap 17. Easy Multi Select Transfer with jQuery 18. Javascript Tooltips on Steroids 19. Edit In Place with AJAX 20. Style Sheet Switcheroo 21. Safer Contact Forms Without CAPTCHA’s [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] preserving document semantics 16. Fancy Drop Cap 17. Easy Multi Select Transfer with jQuery 18. Javascript Tooltips on Steroids 19. Edit In Place with AJAX 20. Style Sheet Switcheroo 21. Safer Contact Forms Without CAPTCHA’s [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: &#8220;The Complete Guide&#8221; for jQuery Developer- Reblog &#171; Dynamic Disruption</title>
		<link>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-61491</link>
		<author>&#8220;The Complete Guide&#8221; for jQuery Developer- Reblog &#171; Dynamic Disruption</author>
		<pubDate>Tue, 19 Aug 2008 02:42:59 +0000</pubDate>
		<guid>http://15daysofjquery.com/javascript-tooltips-on-steroids/21/#comment-61491</guid>
					<description>[...] Javascript Tooltips on SteroidsVery detailed tooltips with Javascript. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Javascript Tooltips on SteroidsVery detailed tooltips with Javascript. [&#8230;]</p>
]]></content:encoded>
				</item>
</channel>
</rss>
