<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1" -->
<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/"
	>

<channel>
	<title>Sam Ma's Weblog</title>
	<link>http://www.csphp.com</link>
	<description>上海 Think In LAMP 聚会交流QQ群：34449228</description>
	<pubDate>Sun, 15 Aug 2010 11:28:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>JQuery 对事件进行动态处理的一个问题</title>
		<link>http://www.csphp.com/?p=316</link>
		<comments>http://www.csphp.com/?p=316#comments</comments>
		<pubDate>Tue, 15 Jun 2010 09:10:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS + XHTML]]></category>

		<guid isPermaLink="false">http://www.csphp.com/?p=316</guid>
		<description><![CDATA[对于以下代码：
&#60;a id=&#34;link&#34; onclick=&#34;alert('hello')&#34; &#62;link&#60;/a&#62;&#160;&#60;script&#62;alert($('#link').attr('onclick'));$('#link').attr('onclick', &#34;alert('world')&#34;);alert($('#link').attr('onclick'));&#60;/script&#62;
上面的代码会让原来的onclick事件失效。
&#60;a id=&#34;link&#34; onclick=&#34;alert('hello')&#34; &#62;link&#60;/a&#62;&#160;&#60;script&#62;alert($('#link').attr('onclick'));$('#link').attr('onclick', '').click(function(){alert('world')});alert($('#link').attr('onclick'));&#60;/script&#62;
上面的代码能够实现绑定一个新事件，但是如果onclick的参数里面有this，这样也是不行的。
&#60;a id=&#34;link&#34; onclick=&#34;alert(this).text()&#34; &#62;hello&#60;/a&#62;&#160;&#60;script&#62;alert($('#link').attr('onclick'));$('#link').replaceWith('&#60;a id=&#34;link&#34; onclick=&#34;alert($(this).text())&#34;&#62;world&#60;/a&#62;');alert($('#link').attr('onclick'));&#60;/script&#62;
必须使用上面的代码才能正确得处理带有this的onclick属性。
问题的原因不是很清楚（不知道是JQuery的问题还是浏览器处理机制的问题），所以在使用Jquery的时候，应尽量避免在Dom操作的时候处理事件属性。
]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.csphp.com/?feed=rss2&amp;p=316</wfw:commentRss>
		</item>
		<item>
		<title>jmpopups 一个支持多层的 overlay</title>
		<link>http://www.csphp.com/?p=315</link>
		<comments>http://www.csphp.com/?p=315#comments</comments>
		<pubDate>Fri, 04 Jun 2010 17:01:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.csphp.com/?p=315</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.csphp.com/?feed=rss2&amp;p=315</wfw:commentRss>
		</item>
		<item>
		<title>Gmail 对锚点处理的技巧</title>
		<link>http://www.csphp.com/?p=314</link>
		<comments>http://www.csphp.com/?p=314#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:26:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.csphp.com/?p=314</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.csphp.com/?feed=rss2&amp;p=314</wfw:commentRss>
		</item>
		<item>
		<title>张远山：反道德的道德高标——子贡赎人</title>
		<link>http://www.csphp.com/?p=313</link>
		<comments>http://www.csphp.com/?p=313#comments</comments>
		<pubDate>Sun, 28 Mar 2010 08:36:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://www.csphp.com/?p=313</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.csphp.com/?feed=rss2&amp;p=313</wfw:commentRss>
		</item>
		<item>
		<title>公正：该如何做是好？</title>
		<link>http://www.csphp.com/?p=312</link>
		<comments>http://www.csphp.com/?p=312#comments</comments>
		<pubDate>Sun, 14 Mar 2010 10:34:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://www.csphp.com/?p=312</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.csphp.com/?feed=rss2&amp;p=312</wfw:commentRss>
		</item>
		<item>
		<title>国产开源php框架整理</title>
		<link>http://www.csphp.com/?p=310</link>
		<comments>http://www.csphp.com/?p=310#comments</comments>
		<pubDate>Mon, 08 Feb 2010 15:16:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://www.csphp.com/?p=310</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.csphp.com/?feed=rss2&amp;p=310</wfw:commentRss>
		</item>
		<item>
		<title>通过 Fastcgi 同时运行 php 和 Python</title>
		<link>http://www.csphp.com/?p=309</link>
		<comments>http://www.csphp.com/?p=309#comments</comments>
		<pubDate>Thu, 21 Jan 2010 08:35:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://www.csphp.com/?p=309</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.csphp.com/?feed=rss2&amp;p=309</wfw:commentRss>
		</item>
		<item>
		<title>2010.1.20-30</title>
		<link>http://www.csphp.com/?p=308</link>
		<comments>http://www.csphp.com/?p=308#comments</comments>
		<pubDate>Wed, 20 Jan 2010 09:13:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://www.csphp.com/?p=308</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.csphp.com/?feed=rss2&amp;p=308</wfw:commentRss>
		</item>
		<item>
		<title>春江水暖鸭先知：联想 SL400 的驱动问题</title>
		<link>http://www.csphp.com/?p=307</link>
		<comments>http://www.csphp.com/?p=307#comments</comments>
		<pubDate>Tue, 12 Jan 2010 16:17:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://www.csphp.com/?p=307</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.csphp.com/?feed=rss2&amp;p=307</wfw:commentRss>
		</item>
		<item>
		<title>工欲善其事，必先利其器 - PHPer 工具推荐</title>
		<link>http://www.csphp.com/?p=306</link>
		<comments>http://www.csphp.com/?p=306#comments</comments>
		<pubDate>Sat, 09 Jan 2010 17:33:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://www.csphp.com/?p=306</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.csphp.com/?feed=rss2&amp;p=306</wfw:commentRss>
		</item>
	</channel>
</rss>
