<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - tylerhall</title>
<link>http://snipplr.com/users/tylerhall/tags/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Oct 2008 10:30:09 GMT</pubDate>
<item>
<title>(JavaScript) Chain Javascript onload Events</title>
<link>http://snipplr.com/view/2228/chain-javascript-onload-events/</link>
<description><![CDATA[ <p>This lets you attach a new onload event without overwriting any previous events.</p> ]]></description>
<pubDate>Wed, 28 Feb 2007 11:49:58 GMT</pubDate>
<guid>http://snipplr.com/view/2228/chain-javascript-onload-events/</guid>
</item>
<item>
<title>(JavaScript) Get Elements By Attribute</title>
<link>http://snipplr.com/view/1853/get-elements-by-attribute/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Dec 2006 21:36:02 GMT</pubDate>
<guid>http://snipplr.com/view/1853/get-elements-by-attribute/</guid>
</item>
<item>
<title>(JavaScript) Get Elements By Class Name</title>
<link>http://snipplr.com/view/1696/get-elements-by-class-name/</link>
<description><![CDATA[ <p>Returns a list of child nodes with the supplied class name.</p> ]]></description>
<pubDate>Mon, 20 Nov 2006 13:30:14 GMT</pubDate>
<guid>http://snipplr.com/view/1696/get-elements-by-class-name/</guid>
</item>
<item>
<title>(JavaScript) DOM Traversal Helper Functions</title>
<link>http://snipplr.com/view/1529/dom-traversal-helper-functions/</link>
<description><![CDATA[ <p>These functions let you find the next sibling, previous sibling, first child, and last child of a given node (element). What makes them unique is that they safely ignore whitespace nodes so you get the *real* node you're looking for each time.</p> ]]></description>
<pubDate>Thu, 02 Nov 2006 20:16:30 GMT</pubDate>
<guid>http://snipplr.com/view/1529/dom-traversal-helper-functions/</guid>
</item>
<item>
<title>(JavaScript) Unobtrusively Attach onLoad Event</title>
<link>http://snipplr.com/view/1515/unobtrusively-attach-onload-event/</link>
<description><![CDATA[ <p>Unobtrusively attaches an onLoad event to the window.</p> ]]></description>
<pubDate>Wed, 01 Nov 2006 13:33:55 GMT</pubDate>
<guid>http://snipplr.com/view/1515/unobtrusively-attach-onload-event/</guid>
</item>
</channel>
</rss>