<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

<channel>
	<title>BookOfZeus: Comments on Create an alias to document getelementbyid in JavaScript</title>
	<link>http://www.bookofzeus.com/rss/create-an-alias-to-document-getelementbyid-in-javascript.xml</link>
	<atom:link href="http://www.bookofzeus.com/rss/create-an-alias-to-document-getelementbyid-in-javascript.xml" rel="self" type="application/rss+xml" />
	<description>BookOfZeus: Comments on Create an alias to document getelementbyid in JavaScript</description>
	<language>en-us</language>
	<copyright>Copyright 2011 BookOfZeus.com</copyright>
	<pubDate>Wed, 16 May 2012 20:47:49 EDT</pubDate>
	<item>
		<title>By: Philipp Hagemeister</title>
		<link>http://www.bookofzeus.com/articles/create-an-alias-to-document-getelementbyid-in-javascript/</link>
		<guid isPermaLink="true">http://www.bookofzeus.com/articles/create-an-alias-to-document-getelementbyid-in-javascript/</guid>
		<like>0</like>
		<description><![CDATA[This can be greatly simplified by just assigning document.getElementById to the variable you want it to, even better, using jQuery (note that $ is already used by jQuery, so this code will likely confuse many JavaScript snippets and libraries).]]></description>
		<pubDate>Sat, 03 Sep 2011 13:01:35 EDT</pubDate>
		<source url="http://www.bookofzeus.com/articles/create-an-alias-to-document-getelementbyid-in-javascript/">BookOfZeus</source>
	</item>
		<item>
		<title>By: Eric</title>
		<link>http://www.bookofzeus.com/articles/create-an-alias-to-document-getelementbyid-in-javascript/</link>
		<guid isPermaLink="true">http://www.bookofzeus.com/articles/create-an-alias-to-document-getelementbyid-in-javascript/</guid>
		<like>4</like>
		<description><![CDATA[I agree a variable is easy to create, but if you use custom function you will have to declare this variable globally in order to use it everywhere. Which is kind of not really what we need here. jQuery is good but you don't need to include the library if you use only one feature.]]></description>
		<pubDate>Sat, 03 Sep 2011 13:01:32 EDT</pubDate>
		<source url="http://www.bookofzeus.com/articles/create-an-alias-to-document-getelementbyid-in-javascript/">BookOfZeus</source>
	</item>
	</channel>
</rss>

