<?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: How to getElementByClass in Javascript &#8211; The Code</title>
	<atom:link href="http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/</link>
	<description>Technology &#038; Business blog of YDS Web Solution</description>
	<lastBuildDate>Sat, 14 Aug 2010 13:24:27 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jude</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/comment-page-1/#comment-256219</link>
		<dc:creator>Jude</dc:creator>
		<pubDate>Thu, 22 Jul 2010 18:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349#comment-256219</guid>
		<description>This is a great little script, thanks so much for posting man!</description>
		<content:encoded><![CDATA[<p>This is a great little script, thanks so much for posting man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sve</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/comment-page-1/#comment-254637</link>
		<dc:creator>sve</dc:creator>
		<pubDate>Sun, 13 Jun 2010 10:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349#comment-254637</guid>
		<description>I don&#039;t have a problim with this script John, it&#039;s working fine on FF and Chrome, i&#039;m using this 

window.onload = function() {

  var allATags = new Array();
  var allATags = document.getElementsByTagName(&#039;A&#039;);

  for (i=0; i &lt; allATags.length; i++) {
    if (allATags[i].className == &#039;noshow&#039;) {
      allATags[i].onclick = function(){ return false; };
    }
  }
}</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a problim with this script John, it&#8217;s working fine on FF and Chrome, i&#8217;m using this </p>
<p>window.onload = function() {</p>
<p>  var allATags = new Array();<br />
  var allATags = document.getElementsByTagName(&#8216;A&#8217;);</p>
<p>  for (i=0; i &lt; allATags.length; i++) {<br />
    if (allATags[i].className == &#039;noshow&#039;) {<br />
      allATags[i].onclick = function(){ return false; };<br />
    }<br />
  }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luis</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/comment-page-1/#comment-253066</link>
		<dc:creator>luis</dc:creator>
		<pubDate>Thu, 04 Mar 2010 19:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349#comment-253066</guid>
		<description>thank you very much! I will use it!</description>
		<content:encoded><![CDATA[<p>thank you very much! I will use it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jurgen Guthixx</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/comment-page-1/#comment-253060</link>
		<dc:creator>Jurgen Guthixx</dc:creator>
		<pubDate>Sat, 27 Feb 2010 03:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349#comment-253060</guid>
		<description>FINALLY!!! I found it!!! THANK YOU!!!</description>
		<content:encoded><![CDATA[<p>FINALLY!!! I found it!!! THANK YOU!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveF</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/comment-page-1/#comment-253049</link>
		<dc:creator>DaveF</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349#comment-253049</guid>
		<description>Great litle script - been looking for something like this for a fair while today and not being too hot on jscript (more of a php sort of chap) I&#039;ve been getting clogged down in all sorts of convoluted and hard to follow scripts.
This has nice simple &#039;one step at a time&#039; logic and goodcomments.
 Many thanks.</description>
		<content:encoded><![CDATA[<p>Great litle script &#8211; been looking for something like this for a fair while today and not being too hot on jscript (more of a php sort of chap) I&#8217;ve been getting clogged down in all sorts of convoluted and hard to follow scripts.<br />
This has nice simple &#8216;one step at a time&#8217; logic and goodcomments.<br />
 Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benj Arriola</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/comment-page-1/#comment-252605</link>
		<dc:creator>Benj Arriola</dc:creator>
		<pubDate>Thu, 31 Dec 2009 04:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349#comment-252605</guid>
		<description>Not sure what the problem is John, but in my experience, this works on Firefox and Chrome.</description>
		<content:encoded><![CDATA[<p>Not sure what the problem is John, but in my experience, this works on Firefox and Chrome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/comment-page-1/#comment-252430</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 01 Jul 2009 05:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349#comment-252430</guid>
		<description>Nice script, but I can&#039;t seem to make it work in Firefox or google chrome.

Any suggestions?

John</description>
		<content:encoded><![CDATA[<p>Nice script, but I can&#8217;t seem to make it work in Firefox or google chrome.</p>
<p>Any suggestions?</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Wired</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/comment-page-1/#comment-252419</link>
		<dc:creator>Daniel Wired</dc:creator>
		<pubDate>Thu, 11 Jun 2009 03:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349#comment-252419</guid>
		<description>Thanks for the code, helped me out a lot on what I was trying to accomplish</description>
		<content:encoded><![CDATA[<p>Thanks for the code, helped me out a lot on what I was trying to accomplish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.H.M.</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/comment-page-1/#comment-252398</link>
		<dc:creator>A.H.M.</dc:creator>
		<pubDate>Tue, 17 Mar 2009 03:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349#comment-252398</guid>
		<description>Neat-o. I need this for a wiki, and... it seems like it&#039;s already there. ?:-S</description>
		<content:encoded><![CDATA[<p>Neat-o. I need this for a wiki, and&#8230; it seems like it&#8217;s already there. ?:-S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conor</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/comment-page-1/#comment-252339</link>
		<dc:creator>conor</dc:creator>
		<pubDate>Thu, 19 Feb 2009 00:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349#comment-252339</guid>
		<description>cool thanks!</description>
		<content:encoded><![CDATA[<p>cool thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
