<?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: Gotcha of inline Document Ready function for JQuery</title>
	<atom:link href="http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/</link>
	<description>One Programmer, on the Journey</description>
	<lastBuildDate>Fri, 22 Jan 2010 06:58:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carl</title>
		<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/comment-page-1/#comment-1151</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Wed, 02 Dec 2009 17:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=136#comment-1151</guid>
		<description>&lt;p&gt;This is neither jQuery bug, browser bug, XML bug, or parsing bug. It is a DTD specification problem. Browsers are simply obeying the rules that the W3C provides when parsing HTML. Fully explained here: http://aspnetresources.com/blog/empty_vs_nonempty_html_tags.aspx&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is neither jQuery bug, browser bug, XML bug, or parsing bug. It is a DTD specification problem. Browsers are simply obeying the rules that the W3C provides when parsing HTML. Fully explained here: <a href="http://aspnetresources.com/blog/empty_vs_nonempty_html_tags.aspx" rel="nofollow">http://aspnetresources.com/blog/empty_vs_nonempty_html_tags.aspx</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Danny117</title>
		<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/comment-page-1/#comment-78</link>
		<dc:creator>Danny117</dc:creator>
		<pubDate>Thu, 19 Feb 2009 16:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=136#comment-78</guid>
		<description>&lt;p&gt;Hi, Brett Thanks for visiting my website and for this tip.  It would&#039;ve saved me lots of time.&lt;/p&gt;

&lt;p&gt;I reference jquery with the masterpage script manager.   I have  my ready functions near the bottom of the page.  I&#039;ve also been able to use mutliple readys.  One in the master page and one on the content page.&lt;/p&gt;

&lt;p&gt;FYI I&#039;ve volunteered to present to the group in July on ASP.NET with jquery and ajaxcontroltoolkit.&lt;/p&gt;

&lt;p&gt;See you next month.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, Brett Thanks for visiting my website and for this tip.  It would&#8217;ve saved me lots of time.</p>

<p>I reference jquery with the masterpage script manager.   I have  my ready functions near the bottom of the page.  I&#8217;ve also been able to use mutliple readys.  One in the master page and one on the content page.</p>

<p>FYI I&#8217;ve volunteered to present to the group in July on ASP.NET with jquery and ajaxcontroltoolkit.</p>

<p>See you next month.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Veenstra</title>
		<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/comment-page-1/#comment-12</link>
		<dc:creator>Brett Veenstra</dc:creator>
		<pubDate>Tue, 25 Nov 2008 11:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=136#comment-12</guid>
		<description>&lt;p&gt;@colleen: Thanks for your comment.  I hope we&#039;re only a few years away from being able to write valid XHTML and have it parse properly!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@colleen: Thanks for your comment.  I hope we&#8217;re only a few years away from being able to write valid XHTML and have it parse properly!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: colleen</title>
		<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/comment-page-1/#comment-11</link>
		<dc:creator>colleen</dc:creator>
		<pubDate>Tue, 25 Nov 2008 06:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=136#comment-11</guid>
		<description>&lt;p&gt;There is some other reason why I always use  instead of&lt;/p&gt;

&lt;p&gt;It had nothing to do with jQuery, which wasnt even involved in my test where I just made this rigit rule.  I cant remember, it&#039;s just in my notes always use   maybe it&#039;s exactly the same thing you got.   Firebug would prolly clear it in less than 1 hr.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is some other reason why I always use  instead of</p>

<p>It had nothing to do with jQuery, which wasnt even involved in my test where I just made this rigit rule.  I cant remember, it&#8217;s just in my notes always use   maybe it&#8217;s exactly the same thing you got.   Firebug would prolly clear it in less than 1 hr.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Continuous Integration Gotcha: NAnt empty elements &#124; Journeyman to Master</title>
		<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/comment-page-1/#comment-8</link>
		<dc:creator>Continuous Integration Gotcha: NAnt empty elements &#124; Journeyman to Master</dc:creator>
		<pubDate>Fri, 31 Oct 2008 13:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=136#comment-8</guid>
		<description>&lt;p&gt;[...] once I cleaned up this empty element, it worked! Interesting how this yet another reason why XML is the bane of [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] once I cleaned up this empty element, it worked! Interesting how this yet another reason why XML is the bane of [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
