<?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: Create simple tooltips with CSS and jQuery – Part 1</title>
	<atom:link href="http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery</link>
	<description>Premium Theme Design</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:23:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: svenaldo</title>
		<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/comment-page-3#comment-3990</link>
		<dc:creator>svenaldo</dc:creator>
		<pubDate>Thu, 06 Jan 2011 05:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kriesi.at/?p=432#comment-3990</guid>
		<description>This is exactly what i was looking for great!... just one thing..... i am fine with the css but how to I get the jquery script above into my wordpress theme (a step by step would be good)
i know all about ftp and stuff i just am clueless with how to get the jquery bit done.

any help would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>This is exactly what i was looking for great!&#8230; just one thing&#8230;.. i am fine with the css but how to I get the jquery script above into my wordpress theme (a step by step would be good)<br />
i know all about ftp and stuff i just am clueless with how to get the jquery bit done.</p>
<p>any help would be greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: replica wathes</title>
		<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/comment-page-3#comment-3985</link>
		<dc:creator>replica wathes</dc:creator>
		<pubDate>Mon, 03 Jan 2011 06:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kriesi.at/?p=432#comment-3985</guid>
		<description>I like your article very much. With your rich knowledge, we can learn more from your wonderful post.</description>
		<content:encoded><![CDATA[<p>I like your article very much. With your rich knowledge, we can learn more from your wonderful post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Odhyan&#039;s Blog &#187; Create simple tooltips with CSS and jQuery</title>
		<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/comment-page-3#comment-3757</link>
		<dc:creator>Saurabh Odhyan&#039;s Blog &#187; Create simple tooltips with CSS and jQuery</dc:creator>
		<pubDate>Mon, 08 Nov 2010 13:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kriesi.at/?p=432#comment-3757</guid>
		<description>[...] using CSS and jQuery. It&#8217;s a great tutorial specially for beginners. Go ahead and read it at Kriesi&#8217;s Blog.   Continue reading &#187; &#183; Written on: Nov 08, 2010 &#183; No Comments [...]</description>
		<content:encoded><![CDATA[<p>[...] using CSS and jQuery. It&#8217;s a great tutorial specially for beginners. Go ahead and read it at Kriesi&#8217;s Blog.   Continue reading &#187; &#183; Written on: Nov 08, 2010 &#183; No Comments [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh</title>
		<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/comment-page-3#comment-3756</link>
		<dc:creator>Saurabh</dc:creator>
		<pubDate>Mon, 08 Nov 2010 13:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kriesi.at/?p=432#comment-3756</guid>
		<description>Very nice article and a great read for beginners.</description>
		<content:encoded><![CDATA[<p>Very nice article and a great read for beginners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/comment-page-3#comment-3701</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 04 Nov 2010 17:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kriesi.at/?p=432#comment-3701</guid>
		<description>comment removed my code

a class = &quot; toolt &quot;</description>
		<content:encoded><![CDATA[<p>comment removed my code</p>
<p>a class = &#8221; toolt &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/comment-page-3#comment-3700</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 04 Nov 2010 17:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kriesi.at/?p=432#comment-3700</guid>
		<description>@Anil

All you have to do is put a class on the links you want the tooltips to appear on
example: 
&lt;a href=&quot;#&quot; title=&quot;your tooltip goes here&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;

then just add it to the fuction

$(document).ready(function(){
	 simple_tooltip(&quot;a.toolt&quot;,&quot;tooltip&quot;);
});</description>
		<content:encoded><![CDATA[<p>@Anil</p>
<p>All you have to do is put a class on the links you want the tooltips to appear on<br />
example:<br />
<a href="#" title="your tooltip goes here"></a></p>
<p>then just add it to the fuction</p>
<p>$(document).ready(function(){<br />
	 simple_tooltip(&#8220;a.toolt&#8221;,&#8221;tooltip&#8221;);<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: replica</title>
		<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/comment-page-3#comment-3633</link>
		<dc:creator>replica</dc:creator>
		<pubDate>Tue, 02 Nov 2010 00:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kriesi.at/?p=432#comment-3633</guid>
		<description>rejplica</description>
		<content:encoded><![CDATA[<p>rejplica</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 150 best jQuery effects for web designers and developers &#171; Web Design Blog &#8211; WebDesignShock</title>
		<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/comment-page-3#comment-3132</link>
		<dc:creator>150 best jQuery effects for web designers and developers &#171; Web Design Blog &#8211; WebDesignShock</dc:creator>
		<pubDate>Tue, 05 Oct 2010 18:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kriesi.at/?p=432#comment-3132</guid>
		<description>[...] 133. Simple Tooltips [...]</description>
		<content:encoded><![CDATA[<p>[...] 133. Simple Tooltips [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/comment-page-3#comment-3038</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Sun, 26 Sep 2010 17:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kriesi.at/?p=432#comment-3038</guid>
		<description>Got a problem with Create simple tooltips with CSS and jQuery part 1

i am try to apply tooltips to only one section of my site, but instead its doing it for every link i have with a title attribute,

i have my main container then my wrapper and containers within this section.

how do i apply tooltips to only one one of this may containers which i have within my wrapper

anyone got any ideas

cheers</description>
		<content:encoded><![CDATA[<p>Got a problem with Create simple tooltips with CSS and jQuery part 1</p>
<p>i am try to apply tooltips to only one section of my site, but instead its doing it for every link i have with a title attribute,</p>
<p>i have my main container then my wrapper and containers within this section.</p>
<p>how do i apply tooltips to only one one of this may containers which i have within my wrapper</p>
<p>anyone got any ideas</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Livesey</title>
		<link>http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery/comment-page-3#comment-2746</link>
		<dc:creator>Miguel Livesey</dc:creator>
		<pubDate>Sat, 28 Aug 2010 15:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kriesi.at/?p=432#comment-2746</guid>
		<description>Brilliant blog and really can assist with comprehending the issue much better.</description>
		<content:encoded><![CDATA[<p>Brilliant blog and really can assist with comprehending the issue much better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

