<?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>Tue, 09 Feb 2010 10:49:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: spence</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-72569</link>
		<dc:creator>spence</dc:creator>
		<pubDate>Sat, 14 Mar 2009 07:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-72569</guid>
		<description>Thanks for a great plugin!  I&#039;m having a problem with displaying content in any browser other than FF. IE7, IE8, Win Safari and MAC Safari do not work..  FF3 and FF2 on Win and MAC both work.
I am using the following files
jquery core 1.2.6
cluetip 0.9.8
dimensions 1.2 (both with and without)

Code Example:
HTML
&lt;code&gt;
&lt;a id=&quot;knit_designing_is_easy1&quot; style=&quot;color: #333; font-size: 0.75em;&quot; rel=&quot;class_description.php?id=21&amp;type=cd&quot; title=&quot;Class Description&quot; href=&quot;#&quot;&gt;Class Description&lt;/a&gt;
&lt;/code&gt;

Jquery
&lt;code&gt;
$(&#039;#knit_designing_is_easy1&#039;).cluetip({sticky: false, width: 500, closePosition: &#039;title&#039;, arrows: true,});
&lt;/code&gt;

Any help would be greatly appreciated..</description>
		<content:encoded><![CDATA[<p>Thanks for a great plugin!  I&#8217;m having a problem with displaying content in any browser other than FF. IE7, IE8, Win Safari and MAC Safari do not work..  FF3 and FF2 on Win and MAC both work.<br />
I am using the following files<br />
jquery core 1.2.6<br />
cluetip 0.9.8<br />
dimensions 1.2 (both with and without)</p>
<p>Code Example:<br />
HTML<br />
<code><br />
&lt;a id="knit_designing_is_easy1" style="color: #333; font-size: 0.75em;" rel="class_description.php?id=21&amp;type=cd" title="Class Description" href="#"&gt;Class Description&lt;/a&gt;<br />
</code></p>
<p>Jquery<br />
<code><br />
$('#knit_designing_is_easy1').cluetip({sticky: false, width: 500, closePosition: 'title', arrows: true,});<br />
</code></p>
<p>Any help would be greatly appreciated..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2/comment-page-1#comment-68355</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 20 Feb 2009 12:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2#comment-68355</guid>
		<description>Hello Karl,

I&#039;m using clueTip 0.9.9pre4.

If I use cluetip in this way all is correct:


$().ready(function() 
{			
	$(&#039;div#tip1&#039;).cluetip({
		width:&#039;450&#039;,
		height:&#039;600&#039;,
		leftOffset: -400,		
		activation: &#039;click&#039;,
		cluetipClass: &#039;jtip&#039;,
		arrows: false,
		dropShadow: false,
		//hoverIntent: false,
		sticky: true,
		//ajaxCache: false,
		positionBy: &quot;mouse&quot;,
		attribute: &#039;rel&#039;,
		waitImage: true,		
		fx: {open:&#039;fadeIn&#039;},		
		closePosition: &#039;title&#039;,
		closeText: &#039;&#039;,
		//draggable: true,
		//ajaxSettings: { type: &#039;GET&#039;} 				  
	});


But I need to use your plugin with OpenLayers and if I user clicks on a point I show the tooltip and I change dynamically the rel value:



Part of the JS function call from when the user clicks on a point

}else if (document.createEvent){		

	$(&quot;div#tip&quot;).attr(&quot;rel&quot;, html_page).cluetip({
		width:&#039;450&#039;,
		height:&#039;600&#039;,		
		leftOffset: -400,		
		activation: &#039;click&#039;,
		cluetipClass: &#039;jtip&#039;,
		arrows: false,
		dropShadow: false,		
		sticky: true,		
		positionBy: &quot;fixed&quot;,
		attribute: &#039;rel&#039;,
		waitImage: true,		
		fx: {open:&#039;fadeIn&#039;},		
		closePosition: &#039;title&#039;,
		closeText: &#039;&#039;,
		//draggable: true,
		//ajaxSettings: { type: &#039;GET&#039;} 				  
		});		
		$(&quot;div#tip&quot;).click();
}

If the waitimage is false the tooltip is shown else the waitimage enters in a loop and the tooltip is not shown(ajax response is 200 OK) 
This is because the Event.mouseY-X is undefined and the &quot;problem&quot; comes from this function: $(&#039;#cluetip-inner img&#039;).load(function()  (line 200)
Any ideas?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hello Karl,</p>
<p>I&#8217;m using clueTip 0.9.9pre4.</p>
<p>If I use cluetip in this way all is correct:</p>
<p>$().ready(function()<br />
{<br />
	$(&#8216;div#tip1&#8242;).cluetip({<br />
		width:&#8217;450&#8242;,<br />
		height:&#8217;600&#8242;,<br />
		leftOffset: -400,<br />
		activation: &#8216;click&#8217;,<br />
		cluetipClass: &#8216;jtip&#8217;,<br />
		arrows: false,<br />
		dropShadow: false,<br />
		//hoverIntent: false,<br />
		sticky: true,<br />
		//ajaxCache: false,<br />
		positionBy: &#8220;mouse&#8221;,<br />
		attribute: &#8216;rel&#8217;,<br />
		waitImage: true,<br />
		fx: {open:&#8217;fadeIn&#8217;},<br />
		closePosition: &#8216;title&#8217;,<br />
		closeText: &#8221;,<br />
		//draggable: true,<br />
		//ajaxSettings: { type: &#8216;GET&#8217;}<br />
	});</p>
<p>But I need to use your plugin with OpenLayers and if I user clicks on a point I show the tooltip and I change dynamically the rel value:</p>
<p>Part of the JS function call from when the user clicks on a point</p>
<p>}else if (document.createEvent){		</p>
<p>	$(&#8220;div#tip&#8221;).attr(&#8220;rel&#8221;, html_page).cluetip({<br />
		width:&#8217;450&#8242;,<br />
		height:&#8217;600&#8242;,<br />
		leftOffset: -400,<br />
		activation: &#8216;click&#8217;,<br />
		cluetipClass: &#8216;jtip&#8217;,<br />
		arrows: false,<br />
		dropShadow: false,<br />
		sticky: true,<br />
		positionBy: &#8220;fixed&#8221;,<br />
		attribute: &#8216;rel&#8217;,<br />
		waitImage: true,<br />
		fx: {open:&#8217;fadeIn&#8217;},<br />
		closePosition: &#8216;title&#8217;,<br />
		closeText: &#8221;,<br />
		//draggable: true,<br />
		//ajaxSettings: { type: &#8216;GET&#8217;}<br />
		});<br />
		$(&#8220;div#tip&#8221;).click();<br />
}</p>
<p>If the waitimage is false the tooltip is shown else the waitimage enters in a loop and the tooltip is not shown(ajax response is 200 OK)<br />
This is because the Event.mouseY-X is undefined and the &#8220;problem&#8221; comes from this function: $(&#8216;#cluetip-inner img&#8217;).load(function()  (line 200)<br />
Any ideas?<br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
