<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - elightbo</title>
<link>http://snipplr.com/users/elightbo/tags/DOM</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 05:26:41 GMT</pubDate>
<item>
<title>(jQuery) jQuery on Dom ready</title>
<link>http://snipplr.com/view/17925/jquery-on-dom-ready/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 05 Aug 2009 12:26:39 GMT</pubDate>
<guid>http://snipplr.com/view/17925/jquery-on-dom-ready/</guid>
</item>
<item>
<title>(JavaScript) on dom ready</title>
<link>http://snipplr.com/view/15883/on-dom-ready/</link>
<description><![CDATA[ <p>Call in js then use the object constructor to define individual functions. You can either call a named function:

var foobar = new domFunction(myFunction);

Or write an anonymous function directly inside the constructor:

var foobar = new domFunction(function()
{
    //code ...

});</p> ]]></description>
<pubDate>Fri, 12 Jun 2009 16:15:06 GMT</pubDate>
<guid>http://snipplr.com/view/15883/on-dom-ready/</guid>
</item>
<item>
<title>(JavaScript) onDomReady</title>
<link>http://snipplr.com/view/2337/ondomready/</link>
<description><![CDATA[ <p>UPDATE:
As noted below, document.observe("dom:loaded", functionName) was added to 1.6 which eliminates the need for this function.


Dan at Vivabit created the DOM Ready extension for the Prototype framework which allows you to start executing code when the DOM is ready and all elements are available, leaving the images and other element loading in the background. Very nice work and something i’ve been waiting for a long time!</p> ]]></description>
<pubDate>Thu, 15 Mar 2007 09:08:20 GMT</pubDate>
<guid>http://snipplr.com/view/2337/ondomready/</guid>
</item>
<item>
<title>(JavaScript) Javascript DOM</title>
<link>http://snipplr.com/view/1994/javascript-dom/</link>
<description><![CDATA[ <p>A few functions to handle DOM events (firstChild, nextSibling, firstSibling, lastSibling)

Accounts for firefox treating /n as a node.</p> ]]></description>
<pubDate>Wed, 17 Jan 2007 09:42:20 GMT</pubDate>
<guid>http://snipplr.com/view/1994/javascript-dom/</guid>
</item>
</channel>
</rss>