<?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/2009/11/why-dom-ready-still-sucks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.getify.com/2009/11/why-dom-ready-still-sucks/</link>
	<description>open-source, performance, javascript &#38; ui musings</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:21:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: getify</title>
		<link>http://blog.getify.com/2009/11/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/2009/11/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/2009/11/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>
	<item>
		<title>By: codylindley</title>
		<link>http://blog.getify.com/2009/11/why-dom-ready-still-sucks/comment-page-1/#comment-26</link>
		<dc:creator>codylindley</dc:creator>
		<pubDate>Tue, 01 Dec 2009 16:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.getify.com/?p=44#comment-26</guid>
		<description>So, if I never use the custom DOM ready event and place my all my scripts before the closing body element then I shouldn&#039;t have to worry about the issues with labjs and jquery. Correct?</description>
		<content:encoded><![CDATA[<p>So, if I never use the custom DOM ready event and place my all my scripts before the closing body element then I shouldn&#8217;t have to worry about the issues with labjs and jquery. Correct?</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 @ 2010-09-10 12:49:46 -->