<?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>《16行jQuery代码实现锚点scoll效果的修正版本》的评论</title>
	<atom:link href="http://www.xsui.com/blog/20100717941/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xsui.com/blog/20100717941</link>
	<description>你爱再浓烈也是条抛物线</description>
	<lastBuildDate>Sat, 07 Jan 2012 07:59:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	”
	<item>
		<title>作者：香水</title>
		<link>http://www.xsui.com/blog/20100717941/comment-page-1#comment-2954</link>
		<dc:creator>香水</dc:creator>
		<pubDate>Wed, 26 Oct 2011 03:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsui.com/?p=941#comment-2954</guid>
		<description>test</description>
		<content:encoded><![CDATA[<p>test</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：立青</title>
		<link>http://www.xsui.com/blog/20100717941/comment-page-1#comment-1126</link>
		<dc:creator>立青</dc:creator>
		<pubDate>Wed, 15 Sep 2010 17:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsui.com/?p=941#comment-1126</guid>
		<description>你这个站点的效果真好，QQ空间的效果，东西收下了，谢谢</description>
		<content:encoded><![CDATA[<p>你这个站点的效果真好，QQ空间的效果，东西收下了，谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：吉光片羽</title>
		<link>http://www.xsui.com/blog/20100717941/comment-page-1#comment-1069</link>
		<dc:creator>吉光片羽</dc:creator>
		<pubDate>Sun, 05 Sep 2010 07:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsui.com/?p=941#comment-1069</guid>
		<description>看来还得补充一下JS基础。。。里面好多貌似固定含义的变量都第一次见的说。。。
只知道 document.URL 没想到还可以用 hostname ？？</description>
		<content:encoded><![CDATA[<p>看来还得补充一下JS基础。。。里面好多貌似固定含义的变量都第一次见的说。。。<br />
只知道 document.URL 没想到还可以用 hostname ？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：coo</title>
		<link>http://www.xsui.com/blog/20100717941/comment-page-1#comment-983</link>
		<dc:creator>coo</dc:creator>
		<pubDate>Wed, 18 Aug 2010 16:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsui.com/?p=941#comment-983</guid>
		<description>呵呵，佩服</description>
		<content:encoded><![CDATA[<p>呵呵，佩服</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：企业网站建设</title>
		<link>http://www.xsui.com/blog/20100717941/comment-page-1#comment-924</link>
		<dc:creator>企业网站建设</dc:creator>
		<pubDate>Mon, 09 Aug 2010 10:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsui.com/?p=941#comment-924</guid>
		<description>你这个theme好有特色。</description>
		<content:encoded><![CDATA[<p>你这个theme好有特色。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：花蓮民宿</title>
		<link>http://www.xsui.com/blog/20100717941/comment-page-1#comment-821</link>
		<dc:creator>花蓮民宿</dc:creator>
		<pubDate>Thu, 05 Aug 2010 06:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsui.com/?p=941#comment-821</guid>
		<description>正在找jquery scroll效果的問題就在你的文找到答案,
感謝啦!</description>
		<content:encoded><![CDATA[<p>正在找jquery scroll效果的問題就在你的文找到答案,<br />
感謝啦!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：香水</title>
		<link>http://www.xsui.com/blog/20100717941/comment-page-1#comment-765</link>
		<dc:creator>香水</dc:creator>
		<pubDate>Fri, 23 Jul 2010 07:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsui.com/?p=941#comment-765</guid>
		<description>&lt;pre lang=&quot;javascript&quot; line=&quot;1&quot;&gt;$(&#039;#friends a , .post-list li&#039;).hover(function() { //mouse in
				$(this).animate({ paddingLeft:&quot;15&quot; },200);
			}, function() { //mouse out
				$(this).animate({ paddingLeft:&quot;5&quot; }, 200);
			});&lt;/pre&gt;
就这一段</description>
		<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#friends a , .post-list li'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">hover</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #006600; font-style: italic;">//mouse in</span>
				$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span> paddingLeft<span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;15&quot;</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #CC0000;">200</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #006600; font-style: italic;">//mouse out</span>
				$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span> paddingLeft<span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;5&quot;</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">200</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>就这一段</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：deeplane</title>
		<link>http://www.xsui.com/blog/20100717941/comment-page-1#comment-761</link>
		<dc:creator>deeplane</dc:creator>
		<pubDate>Fri, 23 Jul 2010 02:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsui.com/?p=941#comment-761</guid>
		<description>右边链接的那种效果是用插件实现的？还是用什么方法，能说说吗，比较喜欢这样的效果，前面版本中好象你有到菜单上哦</description>
		<content:encoded><![CDATA[<p>右边链接的那种效果是用插件实现的？还是用什么方法，能说说吗，比较喜欢这样的效果，前面版本中好象你有到菜单上哦</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：香水</title>
		<link>http://www.xsui.com/blog/20100717941/comment-page-1#comment-759</link>
		<dc:creator>香水</dc:creator>
		<pubDate>Thu, 22 Jul 2010 08:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsui.com/?p=941#comment-759</guid>
		<description>不是，是底部top的效果</description>
		<content:encoded><![CDATA[<p>不是，是底部top的效果</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：BoKeam</title>
		<link>http://www.xsui.com/blog/20100717941/comment-page-1#comment-758</link>
		<dc:creator>BoKeam</dc:creator>
		<pubDate>Thu, 22 Jul 2010 03:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsui.com/?p=941#comment-758</guid>
		<description>右边链接那种效果嘛</description>
		<content:encoded><![CDATA[<p>右边链接那种效果嘛</p>
]]></content:encoded>
	</item>
</channel>
</rss>

