<?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: Easy, Reusable Image Rollovers with jQuery</title>
	<atom:link href="http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/</link>
	<description>If Geekiness Has A Name...It Must Be Atlanta Jones.</description>
	<lastBuildDate>Fri, 05 Mar 2010 02:08:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: thomas</title>
		<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/comment-page-1/#comment-207</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Fri, 05 Mar 2010 02:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/#comment-207</guid>
		<description>it worked to add a extra check for me in the click issue:&lt;br&gt;&lt;br&gt;$(&quot;#nav a&quot;).mouseout(function(){&lt;br&gt;									  &lt;br&gt;			if(matches) {&lt;br&gt;				imgsrc = $(this).children(&quot;img&quot;).attr(&quot;src&quot;);&lt;br&gt;			}&lt;br&gt;			$(this).children(&quot;img&quot;).attr(&quot;src&quot;, imgsrc);&lt;br&gt;		});</description>
		<content:encoded><![CDATA[<p>it worked to add a extra check for me in the click issue:</p>
<p>$(&#8220;#nav a&#8221;).mouseout(function(){</p>
<p>			if(matches) {<br />				imgsrc = $(this).children(&#8220;img&#8221;).attr(&#8220;src&#8221;);<br />			}<br />			$(this).children(&#8220;img&#8221;).attr(&#8220;src&#8221;, imgsrc);<br />		});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating Rollover Images in Wordpress &#171; More than a maths teacher</title>
		<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/comment-page-1/#comment-166</link>
		<dc:creator>Creating Rollover Images in Wordpress &#171; More than a maths teacher</dc:creator>
		<pubDate>Sun, 27 Dec 2009 11:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/#comment-166</guid>
		<description>[...] no knowledge of Javascript is required here, because Atlanta Jones has created and shared an example. If you have created gif files and used the _over ending on your [...]</description>
		<content:encoded><![CDATA[<p>[...] no knowledge of Javascript is required here, because Atlanta Jones has created and shared an example. If you have created gif files and used the _over ending on your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sammy</title>
		<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/comment-page-1/#comment-156</link>
		<dc:creator>Sammy</dc:creator>
		<pubDate>Thu, 27 Aug 2009 04:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/#comment-156</guid>
		<description>Great little script! as robert said above, is there a way onCLick to keep image on???</description>
		<content:encoded><![CDATA[<p>Great little script! as robert said above, is there a way onCLick to keep image on???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/comment-page-1/#comment-146</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 06 Jul 2009 19:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/#comment-146</guid>
		<description>Thanks for this it was a big help. Do you have an example of how to make this work with a an onclick event? I need to make a thrid image stay on when one of the images/links are clicked. 

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Thanks for this it was a big help. Do you have an example of how to make this work with a an onclick event? I need to make a thrid image stay on when one of the images/links are clicked. </p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atlanta Jones</title>
		<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/comment-page-1/#comment-144</link>
		<dc:creator>Atlanta Jones</dc:creator>
		<pubDate>Sat, 13 Jun 2009 00:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/#comment-144</guid>
		<description>@Anthony: Actually, you wouldn&#039;t have to change anything. All the is rewritten is the name of the image file. So if your file was /images/about.gif it would be changed to /images/about_over.gif. 

But you can change your image path in your html page without changing the script. So you could change it to /images/buttons/about.gif and it would still be rewritten correctly. That is, assuming you still had the _over version in the same folder as well.</description>
		<content:encoded><![CDATA[<p>@Anthony: Actually, you wouldn&#8217;t have to change anything. All the is rewritten is the name of the image file. So if your file was /images/about.gif it would be changed to /images/about_over.gif. </p>
<p>But you can change your image path in your html page without changing the script. So you could change it to /images/buttons/about.gif and it would still be rewritten correctly. That is, assuming you still had the _over version in the same folder as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/comment-page-1/#comment-143</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 10 Jun 2009 19:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/#comment-143</guid>
		<description>Hello,

One question, If i want to change the location of my images. What would i have to change in the javascript file?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>One question, If i want to change the location of my images. What would i have to change in the javascript file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KWebb</title>
		<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/comment-page-1/#comment-140</link>
		<dc:creator>KWebb</dc:creator>
		<pubDate>Wed, 18 Feb 2009 21:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/#comment-140</guid>
		<description>Thanks for the script Atlanta Jones!</description>
		<content:encoded><![CDATA[<p>Thanks for the script Atlanta Jones!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rgz0r</title>
		<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/comment-page-1/#comment-136</link>
		<dc:creator>rgz0r</dc:creator>
		<pubDate>Tue, 27 Jan 2009 23:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/#comment-136</guid>
		<description>Fantastic, works great! Cuts down the code no matter how you slice it, even if you do the typical CSS method that phunky is snobbishly referring to.

Would be nice (and useful) to see a version of this that allowed for fade in/out implementation for a more &quot;Flashy&quot; feel - maybe you could do that tut next? ;)

Great work!</description>
		<content:encoded><![CDATA[<p>Fantastic, works great! Cuts down the code no matter how you slice it, even if you do the typical CSS method that phunky is snobbishly referring to.</p>
<p>Would be nice (and useful) to see a version of this that allowed for fade in/out implementation for a more &#8220;Flashy&#8221; feel &#8211; maybe you could do that tut next? <img src='http://atlantajones.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/comment-page-1/#comment-131</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 03 Jan 2009 03:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/#comment-131</guid>
		<description>Thanks.  Sometimes it&#039;s hard to find simple, effective code with explicit instructions.  This is very helpful for a jQuery newbie.</description>
		<content:encoded><![CDATA[<p>Thanks.  Sometimes it&#8217;s hard to find simple, effective code with explicit instructions.  This is very helpful for a jQuery newbie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zee</title>
		<link>http://atlantajones.com/software/easy-reusable-image-rollovers-with-jquery/comment-page-1/#comment-128</link>
		<dc:creator>Zee</dc:creator>
		<pubDate>Sun, 09 Nov 2008 20:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/#comment-128</guid>
		<description>Thanks for this, Phunky is obviously completely misunderstanding what you&#039;re trying to achieve here, there are many sites that employ image rollovers and this is a great lightweight solution for such a problem.
Thanks mate.</description>
		<content:encoded><![CDATA[<p>Thanks for this, Phunky is obviously completely misunderstanding what you&#8217;re trying to achieve here, there are many sites that employ image rollovers and this is a great lightweight solution for such a problem.<br />
Thanks mate.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
