<?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: Even Easier jQuery Rollovers</title>
	<atom:link href="http://atlantajones.com/web-dev/even-easier-jquery-rollovers/feed/" rel="self" type="application/rss+xml" />
	<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/</link>
	<description>If Geekiness Has A Name...It Must Be Atlanta Jones.</description>
	<lastBuildDate>Fri, 23 Apr 2010 18:21:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hover Image Swap for non-link Images &#124; Web Tech Mechanic</title>
		<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/comment-page-1/#comment-171</link>
		<dc:creator>Hover Image Swap for non-link Images &#124; Web Tech Mechanic</dc:creator>
		<pubDate>Wed, 13 Jan 2010 11:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/?p=48#comment-171</guid>
		<description>[...] http://www.atlantajones.com/web-dev/even-easier-jquery-rollovers/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.atlantajones.com/web-dev/even-easier-jquery-rollovers/" rel="nofollow">http://www.atlantajones.com/we.....rollovers/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonny</title>
		<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/comment-page-1/#comment-155</link>
		<dc:creator>jonny</dc:creator>
		<pubDate>Mon, 17 Aug 2009 22:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/?p=48#comment-155</guid>
		<description>cheers! beats the way i was doing it!</description>
		<content:encoded><![CDATA[<p>cheers! beats the way i was doing it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atlanta Jones</title>
		<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/comment-page-1/#comment-148</link>
		<dc:creator>Atlanta Jones</dc:creator>
		<pubDate>Mon, 06 Jul 2009 19:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/?p=48#comment-148</guid>
		<description>Yeah, it would be fairly simple. I&#039;ll work on getting something posted.</description>
		<content:encoded><![CDATA[<p>Yeah, it would be fairly simple. I&#8217;ll work on getting something posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/comment-page-1/#comment-147</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 06 Jul 2009 19:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/?p=48#comment-147</guid>
		<description>Do you have a version of this using a click event to activate one of images to display a thrid image. So you have an on image, off image and clicked image that stays active untl the user moves that mouse over one of the other images. I am trying to use this code for a tri state rollover. 

Thanks for providing these tutorials.</description>
		<content:encoded><![CDATA[<p>Do you have a version of this using a click event to activate one of images to display a thrid image. So you have an on image, off image and clicked image that stays active untl the user moves that mouse over one of the other images. I am trying to use this code for a tri state rollover. </p>
<p>Thanks for providing these tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atlanta Jones</title>
		<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/comment-page-1/#comment-138</link>
		<dc:creator>Atlanta Jones</dc:creator>
		<pubDate>Wed, 28 Jan 2009 02:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/?p=48#comment-138</guid>
		<description>Yeah, I need to do a better job of pointing people to the more recent tutorial. Glad you like it, though!</description>
		<content:encoded><![CDATA[<p>Yeah, I need to do a better job of pointing people to the more recent tutorial. Glad you like it, though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rgz0r</title>
		<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/comment-page-1/#comment-137</link>
		<dc:creator>rgz0r</dc:creator>
		<pubDate>Wed, 28 Jan 2009 01:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/?p=48#comment-137</guid>
		<description>Ah, after implementing the earlier rollover script, I came across this one. Much better &amp; no errors!</description>
		<content:encoded><![CDATA[<p>Ah, after implementing the earlier rollover script, I came across this one. Much better &amp; no errors!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atlanta Jones</title>
		<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/comment-page-1/#comment-135</link>
		<dc:creator>Atlanta Jones</dc:creator>
		<pubDate>Sun, 18 Jan 2009 20:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/?p=48#comment-135</guid>
		<description>@OLEIRO Hmm, I&#039;m not sure that would really work out. If I&#039;m reading this right, the .hover event would fire on every nav item (with the .rollover class), so it would do rollovers on every single nav item on every hover. Seems like that wouldn&#039;t be the desired result. 

Also, it means that you&#039;d have to hard-code all your image sources in the script. With my method, it doesn&#039;t matter what the images are named or how many they are, you&#039;ll never have to adjust the script to accommodate them. 

And lastly, I&#039;m not sure why you have two nested $(document).ready() statements.</description>
		<content:encoded><![CDATA[<p>@OLEIRO Hmm, I&#8217;m not sure that would really work out. If I&#8217;m reading this right, the .hover event would fire on every nav item (with the .rollover class), so it would do rollovers on every single nav item on every hover. Seems like that wouldn&#8217;t be the desired result. </p>
<p>Also, it means that you&#8217;d have to hard-code all your image sources in the script. With my method, it doesn&#8217;t matter what the images are named or how many they are, you&#8217;ll never have to adjust the script to accommodate them. </p>
<p>And lastly, I&#8217;m not sure why you have two nested $(document).ready() statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleiro</title>
		<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/comment-page-1/#comment-134</link>
		<dc:creator>Oleiro</dc:creator>
		<pubDate>Sat, 17 Jan 2009 18:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/?p=48#comment-134</guid>
		<description>A short version - I used &quot;1&quot; and &quot;2&quot; instead of &quot;on&quot; &quot;off&quot;:


$(document).ready(function(){
	$(document).ready(function () {
			$(&quot;.rollover&quot;).hover(
			function(){$(this).attr(&quot;src&quot;, $(this).attr(&quot;src&quot;).replace(&quot;1.jpg&quot;,&quot;2.jpg&quot;));},
			function(){$(this).attr(&quot;src&quot;, $(this).attr(&quot;src&quot;).replace(&quot;2.jpg&quot;,&quot;1.jpg&quot;));}
			);
	});
});
</description>
		<content:encoded><![CDATA[<p>A short version &#8211; I used &#8220;1&#8243; and &#8220;2&#8243; instead of &#8220;on&#8221; &#8220;off&#8221;:</p>
<p>$(document).ready(function(){<br />
	$(document).ready(function () {<br />
			$(&#8220;.rollover&#8221;).hover(<br />
			function(){$(this).attr(&#8220;src&#8221;, $(this).attr(&#8220;src&#8221;).replace(&#8220;1.jpg&#8221;,&#8221;2.jpg&#8221;));},<br />
			function(){$(this).attr(&#8220;src&#8221;, $(this).attr(&#8220;src&#8221;).replace(&#8220;2.jpg&#8221;,&#8221;1.jpg&#8221;));}<br />
			);<br />
	});<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atlanta Jones</title>
		<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/comment-page-1/#comment-130</link>
		<dc:creator>Atlanta Jones</dc:creator>
		<pubDate>Sat, 13 Dec 2008 16:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/?p=48#comment-130</guid>
		<description>Wow, thanks for the heads up! I just upgraded to Wordpress 2.7 a couple days ago and I think that broke it. I had been including Wordpress&#039; own jquery.js and for some reason it wasn&#039;t working in the tutorials anymore. Once I grabbed a clean jQuery 1.2.6 and put it into the tutorial folder, it started working again. That&#039;ll teach me to rely on any of WP&#039;s assets for my tutorials :) Thanks again.</description>
		<content:encoded><![CDATA[<p>Wow, thanks for the heads up! I just upgraded to Wordpress 2.7 a couple days ago and I think that broke it. I had been including Wordpress&#8217; own jquery.js and for some reason it wasn&#8217;t working in the tutorials anymore. Once I grabbed a clean jQuery 1.2.6 and put it into the tutorial folder, it started working again. That&#8217;ll teach me to rely on any of WP&#8217;s assets for my tutorials <img src='http://atlantajones.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kendra</title>
		<link>http://atlantajones.com/web-dev/even-easier-jquery-rollovers/comment-page-1/#comment-129</link>
		<dc:creator>Kendra</dc:creator>
		<pubDate>Sat, 13 Dec 2008 01:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlantajones.com/?p=48#comment-129</guid>
		<description>I viewed the &quot;script in action&quot; page in several browsers, but nothing happens when I roll over the images.</description>
		<content:encoded><![CDATA[<p>I viewed the &#8220;script in action&#8221; page in several browsers, but nothing happens when I roll over the images.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
