<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Princess Diaries &#187; effect</title>
	<atom:link href="http://onezhou.com/tag/effect/feed/" rel="self" type="application/rss+xml" />
	<link>http://onezhou.com</link>
	<description>熊家的公主</description>
	<lastBuildDate>Mon, 12 Sep 2011 22:55:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>jQuery image rollover effect</title>
		<link>http://onezhou.com/2009/07/jquery-image-rollover-effect/</link>
		<comments>http://onezhou.com/2009/07/jquery-image-rollover-effect/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 10:10:26 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=470</guid>
		<description><![CDATA[Instead of using onmouseover, onmouseout in each image, use the following function.
Remember to name the images in specific format.
<code>$("img.rollover").[......]</code><p class='read-more'><a href='http://onezhou.com/2009/07/jquery-image-rollover-effect/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>Instead of using onmouseover, onmouseout in each image, use the following function.</p>
<p>Remember to name the images in specific format.</p>
<pre><code>$("img.rollover").hover(
	function() { $(this).attr("src", $(this).attr("src").split("_s.").join("_o.")); },
	function() { $(this).attr("src", $(this).attr("src").split("_o.").join("_s.")); }
);</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2009/07/jquery-image-rollover-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

