<?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>《JQuery 学习笔记之：关闭/显示 WordPress侧边栏》的评论</title>
	<atom:link href="http://immmmm.com/off-display-wordpress-sidebar.html/feed" rel="self" type="application/rss+xml" />
	<link>http://immmmm.com/off-display-wordpress-sidebar.html</link>
	<description>不问明天，悠然浪费</description>
	<lastBuildDate>Wed, 08 Feb 2012 11:26:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：yesureadmin</title>
		<link>http://immmmm.com/off-display-wordpress-sidebar.html#comment-8192</link>
		<dc:creator>yesureadmin</dc:creator>
		<pubDate>Fri, 20 May 2011 00:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://immmmm.com/?p=1211#comment-8192</guid>
		<description>木木把1024*768的标准分辩率给淘汰了？你不觉得你的主题在老机器上面显示很不美观么？</description>
		<content:encoded><![CDATA[<p>木木把1024*768的标准分辩率给淘汰了？你不觉得你的主题在老机器上面显示很不美观么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：snowperd</title>
		<link>http://immmmm.com/off-display-wordpress-sidebar.html#comment-8191</link>
		<dc:creator>snowperd</dc:creator>
		<pubDate>Sat, 12 Feb 2011 12:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://immmmm.com/?p=1211#comment-8191</guid>
		<description>木木同学，我请教问题来了</description>
		<content:encoded><![CDATA[<p>木木同学，我请教问题来了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：丕子</title>
		<link>http://immmmm.com/off-display-wordpress-sidebar.html#comment-8190</link>
		<dc:creator>丕子</dc:creator>
		<pubDate>Tue, 29 Jun 2010 11:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://immmmm.com/?p=1211#comment-8190</guid>
		<description>搜索过来看看</description>
		<content:encoded><![CDATA[<p>搜索过来看看</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：林木木</title>
		<link>http://immmmm.com/off-display-wordpress-sidebar.html#comment-8189</link>
		<dc:creator>林木木</dc:creator>
		<pubDate>Wed, 16 Jun 2010 06:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://immmmm.com/?p=1211#comment-8189</guid>
		<description>额，还是加我Q吧，41548682，或者Gtalk~</description>
		<content:encoded><![CDATA[<p>额，还是加我Q吧，41548682，或者Gtalk~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：未</title>
		<link>http://immmmm.com/off-display-wordpress-sidebar.html#comment-8188</link>
		<dc:creator>未</dc:creator>
		<pubDate>Wed, 16 Jun 2010 00:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://immmmm.com/?p=1211#comment-8188</guid>
		<description>这两个代码怎么放出来？把上面的给修改一下吗，我上面的是这个&lt;a href=&quot;void(0);&quot; title=&quot;开关边栏&quot; rel=&quot;nofollow&quot;&gt;显示边栏关闭边栏&lt;/a&gt; 该怎么样修改？</description>
		<content:encoded><![CDATA[<p>这两个代码怎么放出来？把上面的给修改一下吗，我上面的是这个<a href="void(0);" title="开关边栏" rel="nofollow">显示边栏关闭边栏</a> 该怎么样修改？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：林木木</title>
		<link>http://immmmm.com/off-display-wordpress-sidebar.html#comment-8187</link>
		<dc:creator>林木木</dc:creator>
		<pubDate>Tue, 15 Jun 2010 12:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://immmmm.com/?p=1211#comment-8187</guid>
		<description>&lt;pre lang=&quot;css&quot;&gt;
&lt;span class=&quot;close-sidebar&quot; style=&quot;display:none;&quot;&gt;关闭侧边栏&lt;/span&gt;
&lt;span class=&quot;show-sidebar&quot;&gt;显示侧边栏&lt;/span&gt;
&lt;/pre&gt;
&lt;pre lang=&quot;css&quot;&gt;
.sidebar{display:none;}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:Microsoft Yahei;">&lt;span class<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;close-sidebar&quot;</span> style<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;display:none;&quot;</span><span style="color: #00AA00;">&gt;</span>关闭侧边栏&lt;/span<span style="color: #00AA00;">&gt;</span>
&lt;span class<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;show-sidebar&quot;</span><span style="color: #00AA00;">&gt;</span>显示侧边栏&lt;/span<span style="color: #00AA00;">&gt;</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:Microsoft Yahei;"><span style="color: #6666ff;">.sidebar</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>作者：未</title>
		<link>http://immmmm.com/off-display-wordpress-sidebar.html#comment-8186</link>
		<dc:creator>未</dc:creator>
		<pubDate>Tue, 15 Jun 2010 12:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://immmmm.com/?p=1211#comment-8186</guid>
		<description>恩啊，已经实现了，就是想让他进去直接不显示边栏，嘿嘿，</description>
		<content:encoded><![CDATA[<p>恩啊，已经实现了，就是想让他进去直接不显示边栏，嘿嘿，</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：林木木</title>
		<link>http://immmmm.com/off-display-wordpress-sidebar.html#comment-8185</link>
		<dc:creator>林木木</dc:creator>
		<pubDate>Tue, 15 Jun 2010 11:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://immmmm.com/?p=1211#comment-8185</guid>
		<description>首先，请问文章的效果已经实现了吗？如果这个会了，那我说起来简单点，不然我就杯具了。</description>
		<content:encoded><![CDATA[<p>首先，请问文章的效果已经实现了吗？如果这个会了，那我说起来简单点，不然我就杯具了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：未</title>
		<link>http://immmmm.com/off-display-wordpress-sidebar.html#comment-8184</link>
		<dc:creator>未</dc:creator>
		<pubDate>Tue, 15 Jun 2010 10:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://immmmm.com/?p=1211#comment-8184</guid>
		<description>该怎么做，很想知道哦，我汗死了哦！郁闷，好像很难。</description>
		<content:encoded><![CDATA[<p>该怎么做，很想知道哦，我汗死了哦！郁闷，好像很难。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：林木木</title>
		<link>http://immmmm.com/off-display-wordpress-sidebar.html#comment-8183</link>
		<dc:creator>林木木</dc:creator>
		<pubDate>Mon, 14 Jun 2010 12:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://immmmm.com/?p=1211#comment-8183</guid>
		<description>所有事件反一反咯，代码得调整~</description>
		<content:encoded><![CDATA[<p>所有事件反一反咯，代码得调整~</p>
]]></content:encoded>
	</item>
</channel>
</rss>

