<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - 1man</title>
<link>http://snipplr.com/users/1man/language/javascript/tags/DOM</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Dec 2008 05:17:57 GMT</pubDate>
<item>
<title>(JavaScript) Pull in Info from a HTML File using innerHTML</title>
<link>http://snipplr.com/view/2331/pull-in-info-from-a-html-file-using-innerhtml/</link>
<description><![CDATA[ <p>Simply replaces the div's innerHTML with the response text received from the file.</p> ]]></description>
<pubDate>Wed, 14 Mar 2007 09:32:50 GMT</pubDate>
<guid>http://snipplr.com/view/2331/pull-in-info-from-a-html-file-using-innerhtml/</guid>
</item>
<item>
<title>(JavaScript) Remove All childNodes</title>
<link>http://snipplr.com/view/2312/remove-all-childnodes/</link>
<description><![CDATA[ <p>This while loop will remove all childNodes from a selected element.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 07:30:22 GMT</pubDate>
<guid>http://snipplr.com/view/2312/remove-all-childnodes/</guid>
</item>
<item>
<title>(JavaScript) Standard Compliant Way to Open A New Page Function</title>
<link>http://snipplr.com/view/2245/standard-compliant-way-to-open-a-new-page-function/</link>
<description><![CDATA[ <p>This function allows you to open a new window, without using any inline Javascript. Simply add rel="external" to the link you wish to open in a new window.</p> ]]></description>
<pubDate>Thu, 08 Mar 2007 03:11:32 GMT</pubDate>
<guid>http://snipplr.com/view/2245/standard-compliant-way-to-open-a-new-page-function/</guid>
</item>
<item>
<title>(JavaScript) addLoadEvent Function</title>
<link>http://snipplr.com/view/2166/addloadevent-function/</link>
<description><![CDATA[ <p>Use this function to queue functions you wish to load on window onload. Very useful when code becomes complex.</p> ]]></description>
<pubDate>Tue, 13 Feb 2007 05:55:38 GMT</pubDate>
<guid>http://snipplr.com/view/2166/addloadevent-function/</guid>
</item>
<item>
<title>(JavaScript) Usage of getNextElement Function</title>
<link>http://snipplr.com/view/2165/usage-of-getnextelement-function/</link>
<description><![CDATA[ <p>Usage of the getNextElement function. Very basic usage to pick out the h1 tags, then change the properties of the next element(not node).</p> ]]></description>
<pubDate>Tue, 13 Feb 2007 05:40:55 GMT</pubDate>
<guid>http://snipplr.com/view/2165/usage-of-getnextelement-function/</guid>
</item>
<item>
<title>(JavaScript) getNextElement DOM function</title>
<link>http://snipplr.com/view/2164/getnextelement-dom-function/</link>
<description><![CDATA[ <p>Useful function for CSS DOM, returns the next element after the selected node. So you could style the element directly after a h1 element for example.</p> ]]></description>
<pubDate>Tue, 13 Feb 2007 04:48:15 GMT</pubDate>
<guid>http://snipplr.com/view/2164/getnextelement-dom-function/</guid>
</item>
<item>
<title>(JavaScript) Dom enhancing content</title>
<link>http://snipplr.com/view/2115/dom-enhancing-content/</link>
<description><![CDATA[ <p>This is another script from the DOM scripting book. Not really relevant to anybody else. Useful for reminding myself about the DOM.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 14:22:54 GMT</pubDate>
<guid>http://snipplr.com/view/2115/dom-enhancing-content/</guid>
</item>
<item>
<title>(JavaScript) Full Gallery JS Tutorial</title>
<link>http://snipplr.com/view/2108/full-gallery-js-tutorial/</link>
<description><![CDATA[ <p>Not really relevant to anybody else. Full unobtrusive js file for a simple gallery. From DOM Scripting by Jeremy Keith (superb book, highly recommend it for anyone looking to move into DOM scripting)</p> ]]></description>
<pubDate>Sat, 03 Feb 2007 15:33:50 GMT</pubDate>
<guid>http://snipplr.com/view/2108/full-gallery-js-tutorial/</guid>
</item>
<item>
<title>(JavaScript) insertAfter function for the DOM</title>
<link>http://snipplr.com/view/2107/insertafter-function-for-the-dom/</link>
<description><![CDATA[ <p>Vert useful function since there isn't an insertAfter function in the DOM. Call it inside scripts, it expects
insertAfter(*the new element to be inserted*, *the element you want it to be inserted after*);</p> ]]></description>
<pubDate>Sat, 03 Feb 2007 15:03:16 GMT</pubDate>
<guid>http://snipplr.com/view/2107/insertafter-function-for-the-dom/</guid>
</item>
</channel>
</rss>