<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: clueTip Plugin Beta</title>
	<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta</link>
	<description>Getting to know the library of choice for unobtrusive JavaScript</description>
	<pubDate>Fri, 25 Jul 2008 03:32:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: mmalaka</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-50296</link>
		<dc:creator>mmalaka</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:10:50 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-50296</guid>
		<description>I tried this for the Image Map on the Area tag and still it is not working, I can not see the tooltip I can only see the standard one...

Any advice</description>
		<content:encoded><![CDATA[<p>I tried this for the Image Map on the Area tag and still it is not working, I can not see the tooltip I can only see the standard one&#8230;</p>
<p>Any advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antreas</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-47987</link>
		<dc:creator>Antreas</dc:creator>
		<pubDate>Thu, 22 May 2008 19:54:21 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-47987</guid>
		<description>karl it worked like a charm. thanks man you are a life and time saver. :-)</description>
		<content:encoded><![CDATA[<p>karl it worked like a charm. thanks man you are a life and time saver. <img src='http://www.learningjquery.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-47961</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Thu, 22 May 2008 12:37:08 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-47961</guid>
		<description>Hi Antreas,

What you need to do to pass a variable to the PHP page is to use the ajaxSettings clueTip option, which is just a surrogate for $.ajax(). So something like this should work:

&lt;pre&gt;&lt;code&gt;$('someelements').cluetip({
    ajaxSettings: {   
        dataType: 'html', // &#60;-- change this if a different  data type is being returned
        data: "name=Karl&#38;location=Siberia"
    }
});&lt;/code&gt;&lt;/pre&gt;

You can read more details about the ajax method and see more examples of the data option in the &lt;a href="http://docs.jquery.com/Ajax/jQuery.ajax#options" rel="nofollow"&gt;jQuery documentation&lt;/a&gt;.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Antreas,</p>
<p>What you need to do to pass a variable to the PHP page is to use the ajaxSettings clueTip option, which is just a surrogate for $.ajax(). So something like this should work:</p>
<pre><code>$('someelements').cluetip({
    ajaxSettings: {
        dataType: 'html', // &lt;-- change this if a different  data type is being returned
        data: "name=Karl&amp;location=Siberia"
    }
});</code></pre>
<p>You can read more details about the ajax method and see more examples of the data option in the <a href="http://docs.jquery.com/Ajax/jQuery.ajax#options" rel="nofollow">jQuery documentation</a>.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antreas</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-47895</link>
		<dc:creator>Antreas</dc:creator>
		<pubDate>Wed, 21 May 2008 18:56:16 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-47895</guid>
		<description>Hi all thanks for this wonderfull plugin.
I have a problem trying to make it load content from a php page. Basically i have the same problem as John in posts 12 and 13. I can't get it to call a php page which queries a database and shows the results. Only the static parts of the php page called are shown. Have anyone found a solution about this? 
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi all thanks for this wonderfull plugin.<br />
I have a problem trying to make it load content from a php page. Basically i have the same problem as John in posts 12 and 13. I can&#8217;t get it to call a php page which queries a database and shows the results. Only the static parts of the php page called are shown. Have anyone found a solution about this?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KLaus</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-47167</link>
		<dc:creator>KLaus</dc:creator>
		<pubDate>Wed, 14 May 2008 14:39:58 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-47167</guid>
		<description>Hi, 
is it possible to load content of external file for a link preview?

thanks
Klaus</description>
		<content:encoded><![CDATA[<p>Hi,<br />
is it possible to load content of external file for a link preview?</p>
<p>thanks<br />
Klaus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-46420</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 08 May 2008 09:55:10 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-46420</guid>
		<description>I'm having troubles with getting the cluetips to appear, specifically just with the area tag.
In my attempts, the problem occurs in IE 6 and 7 (works fine with firefox/safari).
From the looks of thing's I don't seem to be the only person experiencing difficulties. So has anyone found a solution or a workaround for this?

My code looks like this:

&lt;pre&gt;&lt;code&gt;&#60;script type="text/javascript"&#62;
$(document).ready(function(){
	$('area.projects-s').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, ajaxCache: false, arrows: true, width: 275});
	$('area.projects-m').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, ajaxCache: false, arrows: true, width: 350});
	$('area.projects-l').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, ajaxCache: false, arrows: true, width: 425});
});
&#60;/script&#62;

    &#60;div id="map"&#62;
        &#60;img src="map_page_test.jpg" border="0" usemap="#Map" /&#62;
	&#60;map name="Map" id="Map"&#62;
            &#60;area shape="rect" class="projects-s" coords="458,249,471,263" href="ajax1.htm" rel="ajax1.htm" /&#62;
            &#60;area shape="rect" class="projects-m" coords="489,298,502,312" href="ajax2.htm" rel="ajax2.htm" /&#62;
            &#60;area shape="rect" class="projects-l" coords="462,327,475,342" href="ajax3.htm" rel="ajax3.htm" /&#62;
            &#60;area shape="rect" class="projects-s" coords="507,342,519,356" href="ajax4.htm" rel="ajax4.htm" /&#62;
            &#60;area shape="rect" class="projects-l" coords="475,393,489,408" href="ajax5.htm" rel="ajax5.htm" /&#62;
            &#60;area shape="rect" class="projects-m" coords="555,413,565,425" href="ajax6.htm" rel="ajax6.htm" /&#62;
        &#60;/map&#62;
    &#60;/div&#62;
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m having troubles with getting the cluetips to appear, specifically just with the area tag.<br />
In my attempts, the problem occurs in IE 6 and 7 (works fine with firefox/safari).<br />
From the looks of thing&#8217;s I don&#8217;t seem to be the only person experiencing difficulties. So has anyone found a solution or a workaround for this?</p>
<p>My code looks like this:</p>
<pre><code>&lt;script type="text/javascript"&gt;
$(document).ready(function(){
	$('area.projects-s').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, ajaxCache: false, arrows: true, width: 275});
	$('area.projects-m').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, ajaxCache: false, arrows: true, width: 350});
	$('area.projects-l').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, ajaxCache: false, arrows: true, width: 425});
});
&lt;/script&gt;

    &lt;div id="map"&gt;
        &lt;img src="map_page_test.jpg" border="0" usemap="#Map" /&gt;
	&lt;map name="Map" id="Map"&gt;
            &lt;area shape="rect" class="projects-s" coords="458,249,471,263" href="ajax1.htm" rel="ajax1.htm" /&gt;
            &lt;area shape="rect" class="projects-m" coords="489,298,502,312" href="ajax2.htm" rel="ajax2.htm" /&gt;
            &lt;area shape="rect" class="projects-l" coords="462,327,475,342" href="ajax3.htm" rel="ajax3.htm" /&gt;
            &lt;area shape="rect" class="projects-s" coords="507,342,519,356" href="ajax4.htm" rel="ajax4.htm" /&gt;
            &lt;area shape="rect" class="projects-l" coords="475,393,489,408" href="ajax5.htm" rel="ajax5.htm" /&gt;
            &lt;area shape="rect" class="projects-m" coords="555,413,565,425" href="ajax6.htm" rel="ajax6.htm" /&gt;
        &lt;/map&gt;
    &lt;/div&gt;
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: erwan</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-43055</link>
		<dc:creator>erwan</dc:creator>
		<pubDate>Thu, 24 Apr 2008 16:32:30 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-43055</guid>
		<description>Hi, used the map technique with ids

But seems that the default shape doesn't create cluetips.

&lt;code&gt;
 &#60;area shape="default" href="#" alt=""  class="tips"    rel="#siege" title='my title' / &#62;
&lt;/code&gt;

any hint ?</description>
		<content:encoded><![CDATA[<p>Hi, used the map technique with ids</p>
<p>But seems that the default shape doesn&#8217;t create cluetips.</p>
<p><code><br />
 &lt;area shape="default" href="#" alt=""  class="tips"    rel="#siege" title='my title' / &gt;<br />
</code></p>
<p>any hint ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haidah</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-32018</link>
		<dc:creator>haidah</dc:creator>
		<pubDate>Tue, 26 Feb 2008 10:11:35 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-32018</guid>
		<description>my image magic working but not working if i'm using explorer can someone help</description>
		<content:encoded><![CDATA[<p>my image magic working but not working if i&#8217;m using explorer can someone help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-28762</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 29 Jan 2008 19:50:41 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-28762</guid>
		<description>I got it working with image maps. Great plugin! Hope this helps someone else out.
- Rob

&lt;strong&gt;jQuery code:&lt;/strong&gt;
&lt;pre&gt;&lt;code&gt;
$(document).ready(function() {
    $('area.tips').cluetip({
        splitTitle: '&#124;',
        arrows: true,
        dropShadow: false,
        cluetipClass: 'jtip'
    }) ;
}) ;&lt;/code&gt;&lt;/pre&gt;

&lt;strong&gt;HTML&lt;/strong&gt;
&lt;pre&gt;&lt;code&gt;
&#60;map&#62;
    &#60;area shape="rect" 
        coords="269,432,277,440"
        href="link.html" 
        alt="my alt tag"
        title="Title&#124;Content"
        class="tips" /&#62;
&#60;/map&#62;
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I got it working with image maps. Great plugin! Hope this helps someone else out.<br />
- Rob</p>
<p><strong>jQuery code:</strong></p>
<pre><code>
$(document).ready(function() {
    $('area.tips').cluetip({
        splitTitle: '|',
        arrows: true,
        dropShadow: false,
        cluetipClass: 'jtip'
    }) ;
}) ;</code></pre>
<p><strong>HTML</strong></p>
<pre><code>
&lt;map&gt;
    &lt;area shape="rect"
        coords="269,432,277,440"
        href="link.html"
        alt="my alt tag"
        title="Title|Content"
        class="tips" /&gt;
&lt;/map&gt;
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-28751</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 29 Jan 2008 19:19:33 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/07/cluetip-plugin-beta#comment-28751</guid>
		<description>I have the same issue as Paul regarding image maps. Can you please post an example?
Thanks.</description>
		<content:encoded><![CDATA[<p>I have the same issue as Paul regarding image maps. Can you please post an example?<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
