<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'rollover images with Jquery'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 29 Aug 2008 02:31:18 GMT</pubDate>
<item>
<title>damarev said on 3/3/08</title>
<link>http://snipplr.com/view/3147/rollover-images-with-jquery/</link>
<description><![CDATA[ <p>Correct. But if you want to define A LOT of images, this syntax is more compact and clear.</p> ]]></description>
<pubDate>Mon, 03 Mar 2008 07:05:51 GMT</pubDate>
<guid>http://snipplr.com/view/3147/rollover-images-with-jquery/</guid>
</item>
<item>
<title>eroteme said on 7/12/07</title>
<link>http://snipplr.com/view/3147/rollover-images-with-jquery/</link>
<description><![CDATA[ <p>$("#menu a img.roll").hover(function(){$(this).attr("src", $(this).attr("src").split('<em>off').join('</em>on'))}, function(){$(this).attr("src", $(this).attr("src").split('<em>on').join('</em>off'))});</p>

<p>It can be shortened using the hover function.</p>
 ]]></description>
<pubDate>Thu, 12 Jul 2007 18:06:03 GMT</pubDate>
<guid>http://snipplr.com/view/3147/rollover-images-with-jquery/</guid>
</item>
</channel>
</rss>