<?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>评论: 主流框架中DOMContentLoaded事件的实现</title>
	<atom:link href="http://varnow.org/?feed=rss2&#038;p=77" rel="self" type="application/rss+xml" />
	<link>http://varnow.org/?p=77</link>
	<description>记录前端-记录成长</description>
	<pubDate>Tue, 07 Sep 2010 12:35:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者: Sevi</title>
		<link>http://varnow.org/?p=77&#038;cpage=1#comment-591</link>
		<dc:creator>Sevi</dc:creator>
		<pubDate>Tue, 03 Aug 2010 16:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=77#comment-591</guid>
		<description>请问 DOMContentLoaded 在 Firefox 2 中，会有什么 bug?</description>
		<content:encoded><![CDATA[<p>请问 DOMContentLoaded 在 Firefox 2 中，会有什么 bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 青蛙满天飞</title>
		<link>http://varnow.org/?p=77&#038;cpage=1#comment-170</link>
		<dc:creator>青蛙满天飞</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=77#comment-170</guid>
		<description>貌似。。。在IE中quirks模式有问题，页面没有加载完，就已经执行了。</description>
		<content:encoded><![CDATA[<p>貌似。。。在IE中quirks模式有问题，页面没有加载完，就已经执行了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: Kevin Yang</title>
		<link>http://varnow.org/?p=77&#038;cpage=1#comment-157</link>
		<dc:creator>Kevin Yang</dc:creator>
		<pubDate>Fri, 26 Feb 2010 08:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=77#comment-157</guid>
		<description>不错的总结。刚好要用到</description>
		<content:encoded><![CDATA[<p>不错的总结。刚好要用到</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: window.onload 和 DOMContentLoaded - Allen.M成长的路</title>
		<link>http://varnow.org/?p=77&#038;cpage=1#comment-136</link>
		<dc:creator>window.onload 和 DOMContentLoaded - Allen.M成长的路</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=77#comment-136</guid>
		<description>[...] 主流框架中DOMContentLoaded事件的实现 [...]</description>
		<content:encoded><![CDATA[<p>[...] 主流框架中DOMContentLoaded事件的实现 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: admin</title>
		<link>http://varnow.org/?p=77&#038;cpage=1#comment-76</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 17 Sep 2009 01:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=77#comment-76</guid>
		<description>过奖啦，共同学习</description>
		<content:encoded><![CDATA[<p>过奖啦，共同学习</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 天堂左我往右</title>
		<link>http://varnow.org/?p=77&#038;cpage=1#comment-72</link>
		<dc:creator>天堂左我往右</dc:creator>
		<pubDate>Wed, 16 Sep 2009 14:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=77#comment-72</guid>
		<description>Miller兄 的blog很好,俺以订阅你的blog为荣,哈哈</description>
		<content:encoded><![CDATA[<p>Miller兄 的blog很好,俺以订阅你的blog为荣,哈哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: admin</title>
		<link>http://varnow.org/?p=77&#038;cpage=1#comment-69</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=77#comment-69</guid>
		<description>你说的对，文中的版本比较旧:)</description>
		<content:encoded><![CDATA[<p>你说的对，文中的版本比较旧:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 天堂左我往右</title>
		<link>http://varnow.org/?p=77&#038;cpage=1#comment-68</link>
		<dc:creator>天堂左我往右</dc:creator>
		<pubDate>Tue, 15 Sep 2009 03:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=77#comment-68</guid>
		<description>typeof window.frameElement === "undefined"
永远不能成立,因为window.frameElement为null,null为Object

现在jq用jQuery.browser.msie &amp;&amp; window == top来判断不在iframe中</description>
		<content:encoded><![CDATA[<p>typeof window.frameElement === &#8220;undefined&#8221;<br />
永远不能成立,因为window.frameElement为null,null为Object</p>
<p>现在jq用jQuery.browser.msie &amp;&amp; window == top来判断不在iframe中</p>
]]></content:encoded>
	</item>
</channel>
</rss>
