<?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: Loading Javascript on your page properly</title>
	<atom:link href="http://www.mysticcoders.com/blog/loading-javascript-on-your-page-properl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysticcoders.com/blog/loading-javascript-on-your-page-properl/</link>
	<description>to our success!</description>
	<lastBuildDate>Mon, 30 Jan 2012 18:29:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: minh tien</title>
		<link>http://www.mysticcoders.com/blog/loading-javascript-on-your-page-properl/comment-page-1/#comment-2257</link>
		<dc:creator>minh tien</dc:creator>
		<pubDate>Sat, 14 Nov 2009 04:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/?p=1026#comment-2257</guid>
		<description>window.onload = function() {
      // do something now that the dom is loaded
   }


window.addEvent(&#039;domready&#039;, function() {
        // do something now that the dom is loaded
   }

$(document).ready(function() {
      // do something now that the dom is loaded
   }

document.observe(&quot;dom:loaded&quot;, function() {
      // do something now that the dom is loaded
   }</description>
		<content:encoded><![CDATA[<p>window.onload = function() {<br />
      // do something now that the dom is loaded<br />
   }</p>
<p>window.addEvent(&#8216;domready&#8217;, function() {<br />
        // do something now that the dom is loaded<br />
   }</p>
<p>$(document).ready(function() {<br />
      // do something now that the dom is loaded<br />
   }</p>
<p>document.observe(&#8220;dom:loaded&#8221;, function() {<br />
      // do something now that the dom is loaded<br />
   }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

