<?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: jQuery RollOver Image Link Plugin</title>
	<atom:link href="http://www.bendewey.com/index.php/9/jquery-rollover-image/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bendewey.com/index.php/9/jquery-rollover-image</link>
	<description>Father, Developer, Microsoft MVP, Speaker, and Author</description>
	<lastBuildDate>Mon, 18 Mar 2013 16:12:35 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.41</generator>
	<item>
		<title>By: Peter</title>
		<link>http://www.bendewey.com/index.php/9/jquery-rollover-image/comment-page-1#comment-240</link>
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Thu, 20 Aug 2009 05:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=9#comment-240</guid>
		<description><![CDATA[Thanks for the script Ben! Drove me nuts trying to fix the queuing issue, and no luck whatsoever. Not that big an issue anyway though. I also added this script to my page so that all rollovers will fire once the page has completed loading all images on the page:

[sourcecode lang=&quot;jscript&quot;]
$(window).bind(&#039;load&#039;, function () {
    $(&#039;.rollOverImageLink&#039;).each(function (i) {
            $(this).find(&#039;.overImage&#039;).fadeIn(&#039;slow&#039;);
            $(this).find(&#039;.overImage&#039;).fadeOut(&#039;slow&#039;);
        }
	);
});
[/sourcecode]

Just a cool onload feature basically.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the script Ben! Drove me nuts trying to fix the queuing issue, and no luck whatsoever. Not that big an issue anyway though. I also added this script to my page so that all rollovers will fire once the page has completed loading all images on the page:</p>
<pre class="brush: jscript; title: ; notranslate">
$(window).bind('load', function () {
    $('.rollOverImageLink').each(function (i) {
            $(this).find('.overImage').fadeIn('slow');
            $(this).find('.overImage').fadeOut('slow');
        }
	);
});
</pre>
<p>Just a cool onload feature basically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bendewey</title>
		<link>http://www.bendewey.com/index.php/9/jquery-rollover-image/comment-page-1#comment-239</link>
		<dc:creator><![CDATA[bendewey]]></dc:creator>
		<pubDate>Mon, 02 Mar 2009 17:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=9#comment-239</guid>
		<description><![CDATA[miffo,

I just migrated my website to a new hosting provider.  I&#039;ve fixed that dead link.  Thanks for the comment.]]></description>
		<content:encoded><![CDATA[<p>miffo,</p>
<p>I just migrated my website to a new hosting provider.  I&#8217;ve fixed that dead link.  Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miffo</title>
		<link>http://www.bendewey.com/index.php/9/jquery-rollover-image/comment-page-1#comment-238</link>
		<dc:creator><![CDATA[miffo]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 09:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=9#comment-238</guid>
		<description><![CDATA[jquery.rollOverImageLink.js - link is dead, can you fix it ? thanks]]></description>
		<content:encoded><![CDATA[<p>jquery.rollOverImageLink.js &#8211; link is dead, can you fix it ? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bendewey</title>
		<link>http://www.bendewey.com/index.php/9/jquery-rollover-image/comment-page-1#comment-237</link>
		<dc:creator><![CDATA[bendewey]]></dc:creator>
		<pubDate>Tue, 21 Oct 2008 20:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=9#comment-237</guid>
		<description><![CDATA[Thanks Josh, let me know]]></description>
		<content:encoded><![CDATA[<p>Thanks Josh, let me know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.bendewey.com/index.php/9/jquery-rollover-image/comment-page-1#comment-236</link>
		<dc:creator><![CDATA[Josh]]></dc:creator>
		<pubDate>Tue, 21 Oct 2008 17:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=9#comment-236</guid>
		<description><![CDATA[Thanks for checking into it.  I&#039;m getting ready to re-devote some time to it, so I&#039;ll let everyone know if I turn anything up.]]></description>
		<content:encoded><![CDATA[<p>Thanks for checking into it.  I&#8217;m getting ready to re-devote some time to it, so I&#8217;ll let everyone know if I turn anything up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bendewey</title>
		<link>http://www.bendewey.com/index.php/9/jquery-rollover-image/comment-page-1#comment-235</link>
		<dc:creator><![CDATA[bendewey]]></dc:creator>
		<pubDate>Tue, 07 Oct 2008 03:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=9#comment-235</guid>
		<description><![CDATA[I haven&#039;t found an fix for the queuing issue.  I also haven&#039;t looked too deep, i suppose we can overload the animation property to check for some unique task id.  I&#039;ll do some digging around]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t found an fix for the queuing issue.  I also haven&#8217;t looked too deep, i suppose we can overload the animation property to check for some unique task id.  I&#8217;ll do some digging around</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.bendewey.com/index.php/9/jquery-rollover-image/comment-page-1#comment-234</link>
		<dc:creator><![CDATA[Josh]]></dc:creator>
		<pubDate>Mon, 06 Oct 2008 14:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=9#comment-234</guid>
		<description><![CDATA[Were you ever able to figure out how to resolve the queuing issue?  I put a stop in, but as you indicated, it messes other things up.

Thanks for a great script!]]></description>
		<content:encoded><![CDATA[<p>Were you ever able to figure out how to resolve the queuing issue?  I put a stop in, but as you indicated, it messes other things up.</p>
<p>Thanks for a great script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.bendewey.com/index.php/9/jquery-rollover-image/comment-page-1#comment-233</link>
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Mon, 22 Sep 2008 16:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=9#comment-233</guid>
		<description><![CDATA[Thank you for the script!

Seems to be the only legit one on the web right now.]]></description>
		<content:encoded><![CDATA[<p>Thank you for the script!</p>
<p>Seems to be the only legit one on the web right now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
