<?xml version="1.0" encoding="iso-8859-1"?><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"
	>
<channel>
	<title>Comments on: Class Names and JavaScript</title>
	<atom:link href="http://hvassing.com/2006/class-names-and-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://hvassing.com/2006/class-names-and-javascript/</link>
	<description>Curiosity killed the cat</description>
	<pubDate>Fri, 05 Sep 2008 21:50:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Håvard</title>
		<link>http://hvassing.com/2006/class-names-and-javascript/#comment-942</link>
		<dc:creator>Håvard</dc:creator>
		<pubDate>Fri, 05 May 2006 09:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://hvassing.com/2006/class-names-and-javascript/#comment-942</guid>
		<description>Thanks, I was looking at that one a while ago, but didn't see how it would help me. At a second glance I've realised that this might just do the trick as it can deal with more than one class. &lt;a href="http://www.dustindiaz.com/getelementsbyclass/" title="Get element by class" rel="nofollow"&gt;Dustin Diaz's function&lt;/a&gt; could only do one class name at the time. 

The only problem now is that I'm changing the names of all the class names that I'm traversing for - with the option to change them back. The script that I'm working on now is turning 100 lines and growing, which is not at all a good thing.</description>
		<content:encoded><![CDATA[<p>Thanks, I was looking at that one a while ago, but didn&#8217;t see how it would help me. At a second glance I&#8217;ve realised that this might just do the trick as it can deal with more than one class. <a href="http://www.dustindiaz.com/getelementsbyclass/" title="Get element by class" rel="nofollow">Dustin Diaz&#8217;s function</a> could only do one class name at the time. </p>
<p>The only problem now is that I&#8217;m changing the names of all the class names that I&#8217;m traversing for - with the option to change them back. The script that I&#8217;m working on now is turning 100 lines and growing, which is not at all a good thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bza</title>
		<link>http://hvassing.com/2006/class-names-and-javascript/#comment-941</link>
		<dc:creator>bza</dc:creator>
		<pubDate>Fri, 05 May 2006 09:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://hvassing.com/2006/class-names-and-javascript/#comment-941</guid>
		<description>What about Robert Nymans getElementByClassName: http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/</description>
		<content:encoded><![CDATA[<p>What about Robert Nymans getElementByClassName: <a href="http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/" rel="nofollow">http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
