<?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>Comments on: Why DOM-ready still sucks</title>
	<atom:link href="http://blog.getify.com/why-dom-ready-still-sucks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.getify.com/why-dom-ready-still-sucks/</link>
	<description>javascript, performance, and ui musings</description>
	<lastBuildDate>Mon, 07 May 2012 16:42:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Saeed Neamati</title>
		<link>http://blog.getify.com/why-dom-ready-still-sucks/comment-page-1/#comment-2187</link>
		<dc:creator>Saeed Neamati</dc:creator>
		<pubDate>Sat, 29 Oct 2011 10:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.getify.com/?p=44#comment-2187</guid>
		<description>Great examples buddy. I specially liked the example about having one leg in the air and wife pulling the carpet ....

Before this, I was thinking that onload is the best method to use. But thanks to your good article, now I have a clear understanding. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Great examples buddy. I specially liked the example about having one leg in the air and wife pulling the carpet &#8230;.</p>
<p>Before this, I was thinking that onload is the best method to use. But thanks to your good article, now I have a clear understanding. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.getify.com/why-dom-ready-still-sucks/comment-page-1/#comment-2026</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 18 Mar 2011 03:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.getify.com/?p=44#comment-2026</guid>
		<description>I just wonder if I use window.onload to detect the Dom ready, is there any issues works with Labjs?</description>
		<content:encoded><![CDATA[<p>I just wonder if I use window.onload to detect the Dom ready, is there any issues works with Labjs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: getify</title>
		<link>http://blog.getify.com/why-dom-ready-still-sucks/comment-page-1/#comment-214</link>
		<dc:creator>getify</dc:creator>
		<pubDate>Sat, 03 Jul 2010 17:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.getify.com/?p=44#comment-214</guid>
		<description>Make sure if you&#039;re trying to load jQuery dynamically, that it&#039;s at least 1.4+. Previous versions of jQuery didn&#039;t support that use case.</description>
		<content:encoded><![CDATA[<p>Make sure if you&#8217;re trying to load jQuery dynamically, that it&#8217;s at least 1.4+. Previous versions of jQuery didn&#8217;t support that use case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buzz</title>
		<link>http://blog.getify.com/why-dom-ready-still-sucks/comment-page-1/#comment-213</link>
		<dc:creator>Buzz</dc:creator>
		<pubDate>Sat, 03 Jul 2010 16:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.getify.com/?p=44#comment-213</guid>
		<description>you may need to fetch jQuery at some point well after the initial page loading occured, right? I still getting errors, dunno why.</description>
		<content:encoded><![CDATA[<p>you may need to fetch jQuery at some point well after the initial page loading occured, right? I still getting errors, dunno why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: getify</title>
		<link>http://blog.getify.com/why-dom-ready-still-sucks/comment-page-1/#comment-27</link>
		<dc:creator>getify</dc:creator>
		<pubDate>Tue, 01 Dec 2009 16:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.getify.com/?p=44#comment-27</guid>
		<description>@codylindley -- that is true, as long as none of the scripts you are loading care about $(document).ready(...), jQuery is perfectly safe to use with LABjs! 

It&#039;s just $(document).ready(...) usage is so common with jQuery pages that it&#039;s easier to assume it &lt;em&gt;is&lt;/em&gt; being used and be cautionary, than to assume the opposite and have lots of weird race-condition gotchas. :)</description>
		<content:encoded><![CDATA[<p>@codylindley &#8212; that is true, as long as none of the scripts you are loading care about $(document).ready(&#8230;), jQuery is perfectly safe to use with LABjs! </p>
<p>It&#8217;s just $(document).ready(&#8230;) usage is so common with jQuery pages that it&#8217;s easier to assume it <em>is</em> being used and be cautionary, than to assume the opposite and have lots of weird race-condition gotchas. <img src='http://getiblog.2static.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Content Delivery Network via getiblog.2static.it

Served from: blog.getify.com @ 2012-05-18 10:02:39 -->
