<?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: Solving &#8220;$(document).ready is not a function&#8221; and other problems</title>
	<atom:link href="http://codeimpossible.com/2010/01/13/solving-document-ready-is-not-a-function-and-other-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeimpossible.com/2010/01/13/solving-document-ready-is-not-a-function-and-other-problems/</link>
	<description>this = HowI.Roll();</description>
	<lastBuildDate>Thu, 22 Jul 2010 19:59:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sat Dharm</title>
		<link>http://codeimpossible.com/2010/01/13/solving-document-ready-is-not-a-function-and-other-problems/comment-page-1/#comment-2258</link>
		<dc:creator>Sat Dharm</dc:creator>
		<pubDate>Fri, 23 Apr 2010 02:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=767#comment-2258</guid>
		<description>You have also saved my life with this one. You&#039;re a genius. BIG, BIG thanks!</description>
		<content:encoded><![CDATA[<p>You have also saved my life with this one. You&#8217;re a genius. BIG, BIG thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhisek Pandey</title>
		<link>http://codeimpossible.com/2010/01/13/solving-document-ready-is-not-a-function-and-other-problems/comment-page-1/#comment-2247</link>
		<dc:creator>Abhisek Pandey</dc:creator>
		<pubDate>Tue, 20 Apr 2010 19:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=767#comment-2247</guid>
		<description>Amazing stuff, you saved my life! ;) 
Thanks! :)</description>
		<content:encoded><![CDATA[<p>Amazing stuff, you saved my life! ;)<br />
Thanks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius</title>
		<link>http://codeimpossible.com/2010/01/13/solving-document-ready-is-not-a-function-and-other-problems/comment-page-1/#comment-2207</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Sat, 10 Apr 2010 09:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=767#comment-2207</guid>
		<description>Thank you for the quick reply Jared. I don&#039;t know what I did... but after fixing various issues on my website to make it a valid HTML5, I don&#039;t see any more errors with Firebug :D

In other words, your trick works! Thank you! :)</description>
		<content:encoded><![CDATA[<p>Thank you for the quick reply Jared. I don&#8217;t know what I did&#8230; but after fixing various issues on my website to make it a valid HTML5, I don&#8217;t see any more errors with Firebug :D</p>
<p>In other words, your trick works! Thank you! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://codeimpossible.com/2010/01/13/solving-document-ready-is-not-a-function-and-other-problems/comment-page-1/#comment-2204</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Fri, 09 Apr 2010 22:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=767#comment-2204</guid>
		<description>@Marius, if you&#039;re still seeing jQuery is not defined it could be that the jquery library can&#039;t be loaded or that it&#039;s not included on that page. 

Check to make sure that jquery is included and check the Net tab in firebug to make sure that it isn&#039;t returning a 404.</description>
		<content:encoded><![CDATA[<p>@Marius, if you&#8217;re still seeing jQuery is not defined it could be that the jquery library can&#8217;t be loaded or that it&#8217;s not included on that page. </p>
<p>Check to make sure that jquery is included and check the Net tab in firebug to make sure that it isn&#8217;t returning a 404.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius</title>
		<link>http://codeimpossible.com/2010/01/13/solving-document-ready-is-not-a-function-and-other-problems/comment-page-1/#comment-2203</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Fri, 09 Apr 2010 20:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=767#comment-2203</guid>
		<description>Thanks for this. It&#039;s kinda working, except that Firebug no says &quot;jQuery is not defined&quot;. My js file looks like this:

(function($) {
$(document).ready(function(){
	$(&quot;span#javascriptreq&quot;).remove();
	$.get(&quot;token.php&quot;,function(txt){
		$(&quot;form#contact&quot;).append(&#039;&#039;);
	})
})
})(jQuery);

Please advise! Thank you!</description>
		<content:encoded><![CDATA[<p>Thanks for this. It&#8217;s kinda working, except that Firebug no says &#8220;jQuery is not defined&#8221;. My js file looks like this:</p>
<p>(function($) {<br />
$(document).ready(function(){<br />
	$(&#8220;span#javascriptreq&#8221;).remove();<br />
	$.get(&#8220;token.php&#8221;,function(txt){<br />
		$(&#8220;form#contact&#8221;).append(&#8221;);<br />
	})<br />
})<br />
})(jQuery);</p>
<p>Please advise! Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
