<?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: clueTip Plugin Beta 2</title>
	<atom:link href="http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:50:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Warren</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-80906</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Sat, 17 Jul 2010 01:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-80906</guid>
		<description>Nevermind my above question. I found the ajaxCache option. Brilliant!</description>
		<content:encoded><![CDATA[<p>Nevermind my above question. I found the ajaxCache option. Brilliant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-80902</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Sat, 17 Jul 2010 01:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-80902</guid>
		<description>Karl: Hey there. I was wondering is there an option that will force the tool tip to make the ajax call every time. I noticed now it only does it on the first load. I put an editor inside the tool tip; the edit works but then when you open the tool tip again; it does not show the new value. Thanks.</description>
		<content:encoded><![CDATA[<p>Karl: Hey there. I was wondering is there an option that will force the tool tip to make the ajax call every time. I noticed now it only does it on the first load. I put an editor inside the tool tip; the edit works but then when you open the tool tip again; it does not show the new value. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-79377</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 16 Dec 2009 06:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-79377</guid>
		<description>PS: The deleting of clone(true) results in that the form is deleted from the DOM after closing the tooltip. Maybe you have an better Idea for showing the original content without deleting them after closing the clue tip.  So don&#039;t delete clone(true) this results in an empty cluetip.</description>
		<content:encoded><![CDATA[<p>PS: The deleting of clone(true) results in that the form is deleted from the DOM after closing the tooltip. Maybe you have an better Idea for showing the original content without deleting them after closing the clue tip.  So don&#8217;t delete clone(true) this results in an empty cluetip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-79376</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 16 Dec 2009 06:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-79376</guid>
		<description>Hey Karl I solved the problem!
I deletet .clone(true) and it worked fine for me, but I think that&#039;snot the best solution!
Could you integrate an option like clone: (true/ false) ? This should release some problems maybe for others too?</description>
		<content:encoded><![CDATA[<p>Hey Karl I solved the problem!<br />
I deletet .clone(true) and it worked fine for me, but I think that&#8217;snot the best solution!<br />
Could you integrate an option like clone: (true/ false) ? This should release some problems maybe for others too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-79374</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 16 Dec 2009 03:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-79374</guid>
		<description>Hello Karl,
I use cluetip with Drupal to show a form. This works perfectly, but when i click in the cluetip to the submit button the uses ahah event of drupal didn&#039;t show me the progress bar. So I found out that the progress bar is shown in the hidden form on the website but it didn&#039;t appear in the cluetip. When I reload the cluetip by going to the link again to force the reload of the cluetip the progress is shown. How can I force this directly without closing the cluetip and reopen it? Any ideas for me?

Thx for your plugin really useful and almost simple to use.
Greetings frank</description>
		<content:encoded><![CDATA[<p>Hello Karl,<br />
I use cluetip with Drupal to show a form. This works perfectly, but when i click in the cluetip to the submit button the uses ahah event of drupal didn&#8217;t show me the progress bar. So I found out that the progress bar is shown in the hidden form on the website but it didn&#8217;t appear in the cluetip. When I reload the cluetip by going to the link again to force the reload of the cluetip the progress is shown. How can I force this directly without closing the cluetip and reopen it? Any ideas for me?</p>
<p>Thx for your plugin really useful and almost simple to use.<br />
Greetings frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-79185</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Fri, 20 Nov 2009 19:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-79185</guid>
		<description>Hey George,

I&#039;m not sure if this works cross-browser, but you could try adding a &lt;code&gt;tabIndex&lt;/code&gt; attribute to the cluetip:
&lt;pre&gt;&lt;code&gt;onShow: function(ct, c) {
  ct.attr(&#039;tabIndex&#039;, &#039;-1&#039;).focus();
} &lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hey George,</p>
<p>I&#8217;m not sure if this works cross-browser, but you could try adding a <code>tabIndex</code> attribute to the cluetip:</p>
<pre><code>onShow: function(ct, c) {
  ct.attr('tabIndex', '-1').focus();
} </code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-79184</link>
		<dc:creator>George</dc:creator>
		<pubDate>Fri, 20 Nov 2009 18:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-79184</guid>
		<description>I am trying to make the popup ADA-compliant. One of the requirement is that the focus should be transferred to the cluetip when displayed so that the user can use the close url in my clutip&#039;s title. I tried using the onshow() event handler as:

onShow: function(ct, c){ct.focus();

But this does not seem to work because if the focus was truly set then a tab should take me to the &#039;close&#039;  link.

Any suggestion? Thanks.</description>
		<content:encoded><![CDATA[<p>I am trying to make the popup ADA-compliant. One of the requirement is that the focus should be transferred to the cluetip when displayed so that the user can use the close url in my clutip&#8217;s title. I tried using the onshow() event handler as:</p>
<p>onShow: function(ct, c){ct.focus();</p>
<p>But this does not seem to work because if the focus was truly set then a tab should take me to the &#8216;close&#8217;  link.</p>
<p>Any suggestion? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-72869</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Thu, 23 Apr 2009 03:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-72869</guid>
		<description>Hi Duffers,
Actually, if you have a test page I  can look at, that would be great. Feel free to send me more info via the &lt;a href=&quot;/contact&quot; rel=&quot;nofollow&quot;&gt;contact form&lt;/a&gt;. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Duffers,<br />
Actually, if you have a test page I  can look at, that would be great. Feel free to send me more info via the <a href="/contact" rel="nofollow">contact form</a>. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duffers</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-72868</link>
		<dc:creator>duffers</dc:creator>
		<pubDate>Thu, 23 Apr 2009 02:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-72868</guid>
		<description>Hi Karl,
I am having same problem of showing the tooltip content in safari and IE. It shows the tip and no content in it. It does work well on FF. An clue will be of great help
 jQuery(&#039;#anchor-link&#039;).cluetip({
 		 		local:true,
 		 		cluetipClass: &#039;rounded&#039;,
 		 		arrows: true
 		 	});
I am trying to get content from hidden div described in rel of anchor link. I can paste that code if you need it.</description>
		<content:encoded><![CDATA[<p>Hi Karl,<br />
I am having same problem of showing the tooltip content in safari and IE. It shows the tip and no content in it. It does work well on FF. An clue will be of great help<br />
 jQuery(&#8216;#anchor-link&#8217;).cluetip({<br />
 		 		local:true,<br />
 		 		cluetipClass: &#8217;rounded&#8217;,<br />
 		 		arrows: true<br />
 		 	});<br />
I am trying to get content from hidden div described in rel of anchor link. I can paste that code if you need it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-72574</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Sat, 14 Mar 2009 13:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-72574</guid>
		<description>Hi Spence, 
you have a trailing comma in the options object; remove it and you&#039;ll be fine:

&lt;pre&gt;&lt;code&gt;$(&#039;#knit_designing_is_easy1&#039;).cluetip({
    sticky: false, 
    width: 500, 
    closePosition: &#039;title&#039;, 
    arrows: true, // &lt;-- remove that comma. 
});
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Spence,<br />
you have a trailing comma in the options object; remove it and you&#8217;ll be fine:</p>
<pre><code>$('#knit_designing_is_easy1').cluetip({
    sticky: false,
    width: 500,
    closePosition: 'title',
    arrows: true, // &lt;-- remove that comma.
});
</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 9/22 queries in 0.007 seconds using disk: basic
Object Caching 374/383 objects using disk: basic
Content Delivery Network via learningjquery.kswedberg.netdna-cdn.com

Served from: www.learningjquery.com @ 2012-02-08 14:07:15 -->
