<?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: Introducing $(document).ready()</title>
	<atom:link href="http://www.learningjquery.com/2006/09/introducing-document-ready/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2006/09/introducing-document-ready</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Tue, 16 Mar 2010 15:31:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: E-Scaping</title>
		<link>http://www.learningjquery.com/2006/09/introducing-document-ready/comment-page-1#comment-79816</link>
		<dc:creator>E-Scaping</dc:creator>
		<pubDate>Sun, 07 Mar 2010 14:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/09/introducing-document-ready#comment-79816</guid>
		<description>I think for the purpose of being a complete beginner and learning JQuery from the very start (like myself), learning code in a strict, long hand manner is definitely the best way to be taught, especially in my experience.

Only when you are bordering on intermediate level should you be looking into shorter and easier ways of accomplishing the same effects. Plus, it gives us noobies a better understanding of the syntax rather than being left wondering.</description>
		<content:encoded><![CDATA[<p>I think for the purpose of being a complete beginner and learning JQuery from the very start (like myself), learning code in a strict, long hand manner is definitely the best way to be taught, especially in my experience.</p>
<p>Only when you are bordering on intermediate level should you be looking into shorter and easier ways of accomplishing the same effects. Plus, it gives us noobies a better understanding of the syntax rather than being left wondering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ColdFusion Developer</title>
		<link>http://www.learningjquery.com/2006/09/introducing-document-ready/comment-page-2#comment-79748</link>
		<dc:creator>ColdFusion Developer</dc:creator>
		<pubDate>Fri, 26 Feb 2010 21:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/09/introducing-document-ready#comment-79748</guid>
		<description>Epic. JQuery to the rescue.  Another great function that I use a lot is:

$(window).load(function () { 
     [your code in here]
 });

Whats different with this function? It actually waits until all scripts, images, etc finish loading.</description>
		<content:encoded><![CDATA[<p>Epic. JQuery to the rescue.  Another great function that I use a lot is:</p>
<p>$(window).load(function () {<br />
     [your code in here]<br />
 });</p>
<p>Whats different with this function? It actually waits until all scripts, images, etc finish loading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2006/09/introducing-document-ready/comment-page-1#comment-79720</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/09/introducing-document-ready#comment-79720</guid>
		<description>I recommend that you load your stylesheets before your JavaScript files, so that any JavaScript that relies on the way things are displayed on your page can have access to that information.</description>
		<content:encoded><![CDATA[<p>I recommend that you load your stylesheets before your JavaScript files, so that any JavaScript that relies on the way things are displayed on your page can have access to that information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massalha Shady</title>
		<link>http://www.learningjquery.com/2006/09/introducing-document-ready/comment-page-1#comment-79719</link>
		<dc:creator>Massalha Shady</dc:creator>
		<pubDate>Wed, 17 Feb 2010 03:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/09/introducing-document-ready#comment-79719</guid>
		<description>You said that CSS loads before jQuery ... Is that the case to do so in any project? To load CSS before JS Files?</description>
		<content:encoded><![CDATA[<p>You said that CSS loads before jQuery &#8230; Is that the case to do so in any project? To load CSS before JS Files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jquery useful links to plugins : JQuery in my mind</title>
		<link>http://www.learningjquery.com/2006/09/introducing-document-ready/comment-page-1#comment-79684</link>
		<dc:creator>Jquery useful links to plugins : JQuery in my mind</dc:creator>
		<pubDate>Tue, 09 Feb 2010 10:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/09/introducing-document-ready#comment-79684</guid>
		<description>[...] Introducing $(document).ready() » Learning jQuery &#8211; Tutorials and Information [...]</description>
		<content:encoded><![CDATA[<p>[...] Introducing $(document).ready() » Learning jQuery &#8211; Tutorials and Information [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery: imparare le basi con toggle. Mostra e nascondi con stile! &#124; paitadesignblog</title>
		<link>http://www.learningjquery.com/2006/09/introducing-document-ready/comment-page-1#comment-79673</link>
		<dc:creator>jQuery: imparare le basi con toggle. Mostra e nascondi con stile! &#124; paitadesignblog</dc:creator>
		<pubDate>Sat, 06 Feb 2010 10:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/09/introducing-document-ready#comment-79673</guid>
		<description>[...] Il codice di jQuery deve sempre iniziare con il costrutto $(document).ready(), per segnalare alla pagina di eseguire il codice quando tutto il contenuto &#232; caricato: [...]</description>
		<content:encoded><![CDATA[<p>[...] Il codice di jQuery deve sempre iniziare con il costrutto $(document).ready(), per segnalare alla pagina di eseguire il codice quando tutto il contenuto &egrave; caricato: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.learningjquery.com/2006/09/introducing-document-ready/comment-page-1#comment-79641</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 28 Jan 2010 14:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/09/introducing-document-ready#comment-79641</guid>
		<description>I keep getting &lt;code&gt;$(&#039;document&#039;) &lt;/code&gt;.ready undefined.

i load jquery....js before this is executed. So this is not about it.

$(document).ready(function() { 

}

firebug keeps reporting error $(&#039;document&#039;).ready undefinded. Adding watch $(document) it is as it should be, for some reason $(document) is turned to $(&#039;document&#039;)

 
Any ideas please help quick.

I use jquery-1.3.2.min.js</description>
		<content:encoded><![CDATA[<p>I keep getting <code>$('document') </code>.ready undefined.</p>
<p>i load jquery&#8230;.js before this is executed. So this is not about it.</p>
<p>$(document).ready(function() { </p>
<p>}</p>
<p>firebug keeps reporting error $(&#8216;document&#8217;).ready undefinded. Adding watch $(document) it is as it should be, for some reason $(document) is turned to $(&#8216;document&#8217;)</p>
<p>Any ideas please help quick.</p>
<p>I use jquery-1.3.2.min.js</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walkingp</title>
		<link>http://www.learningjquery.com/2006/09/introducing-document-ready/comment-page-1#comment-79618</link>
		<dc:creator>walkingp</dc:creator>
		<pubDate>Mon, 25 Jan 2010 06:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/09/introducing-document-ready#comment-79618</guid>
		<description>The Opera download the html and css will not in the same time,so it happened that we see some pages with no &quot;css&quot;,can it be soloved?Thanks.Please reply me,by email better.</description>
		<content:encoded><![CDATA[<p>The Opera download the html and css will not in the same time,so it happened that we see some pages with no &#8220;css&#8221;,can it be soloved?Thanks.Please reply me,by email better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2006/09/introducing-document-ready/comment-page-1#comment-79596</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Wed, 20 Jan 2010 21:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/09/introducing-document-ready#comment-79596</guid>
		<description>Please direct your question to the &lt;a href=&quot;http://forum.jquery.com/&quot; rel=&quot;nofollow&quot;&gt;jQuery Forum&lt;/a&gt;. thanks.</description>
		<content:encoded><![CDATA[<p>Please direct your question to the <a href="http://forum.jquery.com/" rel="nofollow">jQuery Forum</a>. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2006/09/introducing-document-ready/comment-page-1#comment-79595</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Wed, 20 Jan 2010 21:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/09/introducing-document-ready#comment-79595</guid>
		<description>$.function() { } will not work. See &lt;a href=&quot;http://api.jquery.com/ready&quot; rel=&quot;nofollow&quot;&gt;the API&lt;/a&gt; for details.</description>
		<content:encoded><![CDATA[<p>$.function() { } will not work. See <a href="http://api.jquery.com/ready" rel="nofollow">the API</a> for details.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
