<?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>快乐心情 &#187; attachEvent</title>
	<atom:link href="http://www.joymood.cn/posts/tag/attachevent/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joymood.cn</link>
	<description>记录点滴生活---Simple Life...</description>
	<lastBuildDate>Thu, 26 Aug 2010 06:30:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>attachEvent 与 addEventListener 对同一物件事件多次绑定的触发顺序</title>
		<link>http://www.joymood.cn/posts/2009/09/322.html</link>
		<comments>http://www.joymood.cn/posts/2009/09/322.html#comments</comments>
		<pubDate>Sun, 20 Sep 2009 08:48:40 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[addEventListener]]></category>
		<category><![CDATA[attachEvent]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/posts/2009/09/322.html</guid>
		<description><![CDATA[再来讲述JavaScript中的attachEvent 与 addEventListener使用方法，在有的时候，可以想像一下使用注册事件方法对同一物件事件进行多次绑定，那么这里就存在了一个触发顺序，]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2009/09/322.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript 中的attachEvent与addEventListener方法</title>
		<link>http://www.joymood.cn/posts/2009/09/319.html</link>
		<comments>http://www.joymood.cn/posts/2009/09/319.html#comments</comments>
		<pubDate>Fri, 18 Sep 2009 08:33:45 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[addEventListener]]></category>
		<category><![CDATA[attachEvent]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/posts/2009/09/319.html</guid>
		<description><![CDATA[很久没用又忘了在JavaScript中注册事件的使用方法了，这里再回顾下： 因为浏览器的不同，在IE下我们用的是attachEvent()方法，而在Mozilla系列，并不支持该方法，需要用到addEventListener(),下面举例说明：]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2009/09/319.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
