<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: bubbletip! A jQuery Coda-style bubble tooltip plugin</title>
	<atom:link href="http://www.uhleeka.com/blog/2009/11/bubbletip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uhleeka.com/blog/2009/11/bubbletip/</link>
	<description>If you think nobody cares about you, try missing a few car payments.</description>
	<lastBuildDate>Thu, 13 Oct 2011 21:01:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bubbletip- A jQuery Coda-style bubble tooltip plugin &#124; jQuery Wisdom</title>
		<link>http://www.uhleeka.com/blog/2009/11/bubbletip/comment-page-2/#comment-316</link>
		<dc:creator>bubbletip- A jQuery Coda-style bubble tooltip plugin &#124; jQuery Wisdom</dc:creator>
		<pubDate>Sat, 13 Aug 2011 10:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=436#comment-316</guid>
		<description>[...]  Web Site Demo Download   Share and Enjoy: [...]</description>
		<content:encoded><![CDATA[<p>[...]  Web Site Demo Download   Share and Enjoy: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uhleeka</title>
		<link>http://www.uhleeka.com/blog/2009/11/bubbletip/comment-page-2/#comment-163</link>
		<dc:creator>uhleeka</dc:creator>
		<pubDate>Wed, 17 Mar 2010 21:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=436#comment-163</guid>
		<description>@All: thanks for all your questions and comments! 

please feel free to continue the discussion at: http://groups.google.com/group/bubbletip.</description>
		<content:encoded><![CDATA[<p>@All: thanks for all your questions and comments! </p>
<p>please feel free to continue the discussion at: <a href="http://groups.google.com/group/bubbletip" rel="nofollow">http://groups.google.com/group/bubbletip</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uhleeka</title>
		<link>http://www.uhleeka.com/blog/2009/11/bubbletip/comment-page-2/#comment-162</link>
		<dc:creator>uhleeka</dc:creator>
		<pubDate>Wed, 17 Mar 2010 21:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=436#comment-162</guid>
		<description>@Vojta:  i posted another example on the demo page: http://www.uhleeka.com/demo/bubbletip

is that the behavior that you were expecting?</description>
		<content:encoded><![CDATA[<p>@Vojta:  i posted another example on the demo page: <a href="http://www.uhleeka.com/demo/bubbletip" rel="nofollow">http://www.uhleeka.com/demo/bubbletip</a></p>
<p>is that the behavior that you were expecting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vojta</title>
		<link>http://www.uhleeka.com/blog/2009/11/bubbletip/comment-page-2/#comment-161</link>
		<dc:creator>Vojta</dc:creator>
		<pubDate>Wed, 17 Mar 2010 09:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=436#comment-161</guid>
		<description>@uhleeka: Thanks, it works. But there it works perfectly in only one version of configuration and in Firefox. In the other ways is problem: there are more events able to hide same Tip and event from the other trigger often hide Tip before it should be hidden by event on trigger which showed it. I have tried change hiding event to mouseleave, but fact that mouse never was on the trigger isn&apos;t problem and event is called anyway. It isn&apos;t serious problem and I can use it this way, but I think it will be better to ask if I&apos;m not missing something obvious again :)</description>
		<content:encoded><![CDATA[<p>@uhleeka: Thanks, it works. But there it works perfectly in only one version of configuration and in Firefox. In the other ways is problem: there are more events able to hide same Tip and event from the other trigger often hide Tip before it should be hidden by event on trigger which showed it. I have tried change hiding event to mouseleave, but fact that mouse never was on the trigger isn&apos;t problem and event is called anyway. It isn&apos;t serious problem and I can use it this way, but I think it will be better to ask if I&apos;m not missing something obvious again :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny</title>
		<link>http://www.uhleeka.com/blog/2009/11/bubbletip/comment-page-2/#comment-160</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Tue, 16 Mar 2010 22:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=436#comment-160</guid>
		<description>@uhleeka, re: $(this) pointing to your &lt;img&gt;. Opps! Yeah, that did the trick. Thanks again!</description>
		<content:encoded><![CDATA[<p>@uhleeka, re: $(this) pointing to your &lt;img&gt;. Opps! Yeah, that did the trick. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uhleeka</title>
		<link>http://www.uhleeka.com/blog/2009/11/bubbletip/comment-page-2/#comment-159</link>
		<dc:creator>uhleeka</dc:creator>
		<pubDate>Tue, 16 Mar 2010 19:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=436#comment-159</guid>
		<description>@Vojta: create your bubble tip on one div, then trigger your bindShow and bindHide events from your other div&apos;s.

$(&apos;#myBubbleTipDiv&apos;).bubbletip($(&apos;#myTip&apos;));
$(&apos;.myOtherDivs&apos;).bind(&apos;mouseover&apos;, function() { $(&apos;#myBubbleTipDiv&apos;).trigger(&apos;mouseover&apos;); });
$(&apos;.myOtherDivs&apos;).bind(&apos;mouseout&apos;, function() { $(&apos;#myBubbleTipDiv&apos;).trigger(&apos;mouseout&apos;); });

hope that helps!</description>
		<content:encoded><![CDATA[<p>@Vojta: create your bubble tip on one div, then trigger your bindShow and bindHide events from your other div&apos;s.</p>
<p>$(&apos;#myBubbleTipDiv&apos;).bubbletip($(&apos;#myTip&apos;));<br />
$(&apos;.myOtherDivs&apos;).bind(&apos;mouseover&apos;, function() { $(&apos;#myBubbleTipDiv&apos;).trigger(&apos;mouseover&apos;); });<br />
$(&apos;.myOtherDivs&apos;).bind(&apos;mouseout&apos;, function() { $(&apos;#myBubbleTipDiv&apos;).trigger(&apos;mouseout&apos;); });</p>
<p>hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vojta</title>
		<link>http://www.uhleeka.com/blog/2009/11/bubbletip/comment-page-2/#comment-158</link>
		<dc:creator>Vojta</dc:creator>
		<pubDate>Tue, 16 Mar 2010 10:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=436#comment-158</guid>
		<description>Hi, really great plugin. I tried more than thousand of similar plugins, but this is the only one which is able to do what I need. But I have found one little problem: Is there way to add one div to be shown by multiple triggers? When I create one tipDiv for each trigger everything is ok but when I&apos;m trying to use same div for multiple triggers the only first one is working.
P.S. I&apos;m sorry for my English.</description>
		<content:encoded><![CDATA[<p>Hi, really great plugin. I tried more than thousand of similar plugins, but this is the only one which is able to do what I need. But I have found one little problem: Is there way to add one div to be shown by multiple triggers? When I create one tipDiv for each trigger everything is ok but when I&apos;m trying to use same div for multiple triggers the only first one is working.<br />
P.S. I&apos;m sorry for my English.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uhleeka</title>
		<link>http://www.uhleeka.com/blog/2009/11/bubbletip/comment-page-2/#comment-157</link>
		<dc:creator>uhleeka</dc:creator>
		<pubDate>Tue, 16 Mar 2010 02:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=436#comment-157</guid>
		<description>@Sunny:  your use of $(this) is not going to work:

$(&apos;img[id^=Tooltip]&apos;).bubbletip($(&apos;#Tooltip_Content_&apos;+$(this).attr(&apos;name&apos;)));

instead, you need to get $(this) pointing to your &lt;img&gt;:

$(&apos;img[id^=Tooltip]&apos;).each(function(i) {
    $(this).bubbletip($(&apos;#Tooltip_Content_&apos;+$(this).attr(&apos;name&apos;)));
});

hope that helps!</description>
		<content:encoded><![CDATA[<p>@Sunny:  your use of $(this) is not going to work:</p>
<p>$(&apos;img[id^=Tooltip]&apos;).bubbletip($(&apos;#Tooltip_Content_&apos;+$(this).attr(&apos;name&apos;)));</p>
<p>instead, you need to get $(this) pointing to your &lt;img&gt;:</p>
<p>$(&apos;img[id^=Tooltip]&apos;).each(function(i) {<br />
    $(this).bubbletip($(&apos;#Tooltip_Content_&apos;+$(this).attr(&apos;name&apos;)));<br />
});</p>
<p>hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uhleeka</title>
		<link>http://www.uhleeka.com/blog/2009/11/bubbletip/comment-page-2/#comment-156</link>
		<dc:creator>uhleeka</dc:creator>
		<pubDate>Tue, 16 Mar 2010 02:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=436#comment-156</guid>
		<description>@James: LOL.  glad to hear it.</description>
		<content:encoded><![CDATA[<p>@James: LOL.  glad to hear it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny</title>
		<link>http://www.uhleeka.com/blog/2009/11/bubbletip/comment-page-2/#comment-155</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Tue, 16 Mar 2010 01:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=436#comment-155</guid>
		<description>Hi uhleeka, thanks for the great script. My problem is regarding when Bubbletip is inside a dynamic loop. Here&apos;s my code snippet:

$(document).ready(function() {
$(&apos;img[id^=Tooltip]&apos;).bubbletip($(&apos;#Tooltip_Content_&apos;+$(this).attr(&apos;name&apos;)));
});

Inside a while loop...
&lt;div id=&quot;Tooltip_Content_&lt;?= $row[&apos;id&apos;] ?&gt;&quot; style=&quot;display:none;&quot;&gt;&lt;?= $row[&apos;value&apos;] ?&gt;&lt;/div&gt;

And...
&lt;img src=&quot;icon.gif&quot; id=&quot;Tooltip_&lt;?= $row[&apos;id&apos;] ?&gt;&quot; name=&quot;&lt;?= $row[&apos;id&apos;] ?&gt;&quot; /&gt;

The JS error that I&apos;m getting is:
$(tip).get(0) is undefined

Am I missing something very obvious here?
Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Hi uhleeka, thanks for the great script. My problem is regarding when Bubbletip is inside a dynamic loop. Here&apos;s my code snippet:</p>
<p>$(document).ready(function() {<br />
$(&apos;img[id^=Tooltip]&apos;).bubbletip($(&apos;#Tooltip_Content_&apos;+$(this).attr(&apos;name&apos;)));<br />
});</p>
<p>Inside a while loop&#8230;<br />
&lt;div id=&quot;Tooltip_Content_&lt;?= $row[&apos;id&apos;] ?&gt;&quot; style=&quot;display:none;&quot;&gt;&lt;?= $row[&apos;value&apos;] ?&gt;&lt;/div&gt;</p>
<p>And&#8230;<br />
&lt;img src=&quot;icon.gif&quot; id=&quot;Tooltip_&lt;?= $row[&apos;id&apos;] ?&gt;&quot; name=&quot;&lt;?= $row[&apos;id&apos;] ?&gt;&quot; /&gt;</p>
<p>The JS error that I&apos;m getting is:<br />
$(tip).get(0) is undefined</p>
<p>Am I missing something very obvious here?<br />
Thanks for your time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

