<?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"
	>
<channel>
	<title>Comments on: The ultimate getElementsByClassName, anno 2008</title>
	<atom:link href="http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Tue, 06 Jan 2009 12:03:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Prze??czanie widoczne / niewidoczne - javascript + css &#124; Ikeris Sp. z o.o.</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-492943</link>
		<dc:creator>Prze??czanie widoczne / niewidoczne - javascript + css &#124; Ikeris Sp. z o.o.</dc:creator>
		<pubDate>Tue, 30 Dec 2008 15:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-492943</guid>
		<description>[...] klasy getElementsByClassName mo?esz skorzysta? zagl?daj?c na stron? Robert-a Nyman-a, natomiast pozosta?e [...]</description>
		<content:encoded><![CDATA[<p>[...] klasy getElementsByClassName mo?esz skorzysta? zagl?daj?c na stron? Robert-a Nyman-a, natomiast pozosta?e [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-492909</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 30 Dec 2008 12:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-492909</guid>
		<description>Andrew,

Basically, just have something like this in your CSS:

&lt;code&gt;.display-block {
display: block;
}&lt;/code&gt;

&lt;code&gt;.display-none {
display: none;
}&lt;/code&gt;

and then apply it accordingly in your code.</description>
		<content:encoded><![CDATA[<p>Andrew,</p>
<p>Basically, just have something like this in your CSS:</p>
<p><code>.display-block {<br />
display: block;<br />
}</code></p>
<p><code>.display-none {<br />
display: none;<br />
}</code></p>
<p>and then apply it accordingly in your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-492694</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 29 Dec 2008 22:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-492694</guid>
		<description>Thanks for the response Robert. You are correct, I am using nested repeaters that set an external style to all elements after a set number and then the function shows or hides the rest of the list for the designated catagory. 

If I want to just use the classnames all the way through how do I designate one for block and one for none? or would it just be easier to set inline styles on the repeater items?

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the response Robert. You are correct, I am using nested repeaters that set an external style to all elements after a set number and then the function shows or hides the rest of the list for the designated catagory. </p>
<p>If I want to just use the classnames all the way through how do I designate one for block and one for none? or would it just be easier to set inline styles on the repeater items?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-492598</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 29 Dec 2008 19:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-492598</guid>
		<description>Andrew,

Thanks.
Your problem seems to rather stem from the fact that your element doesn't have the style applied that you think; i.e. an element can be hidden from an external style sheet, but that doesn't set its &lt;code&gt;style.display&lt;/code&gt; property to "none".

You can read more in &lt;a href="http://www.robertnyman.com/2006/04/24/get-the-rendered-style-of-an-element/" rel="nofollow"&gt;Get the rendered style of an element&lt;/a&gt;.

So, you can either go down that windy road, or just work with classNames all the way through, i.e. one for block display and one for none.

Good luck!</description>
		<content:encoded><![CDATA[<p>Andrew,</p>
<p>Thanks.<br />
Your problem seems to rather stem from the fact that your element doesn&#8217;t have the style applied that you think; i.e. an element can be hidden from an external style sheet, but that doesn&#8217;t set its <code>style.display</code> property to &#8220;none&#8221;.</p>
<p>You can read more in <a href="http://www.robertnyman.com/2006/04/24/get-the-rendered-style-of-an-element/" rel="nofollow">Get the rendered style of an element</a>.</p>
<p>So, you can either go down that windy road, or just work with classNames all the way through, i.e. one for block display and one for none.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-492413</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 29 Dec 2008 13:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-492413</guid>
		<description>Rob, Script works great but I have a question. I have the function in the head with a link to pass the classname variable, but the link has to be clicked twice. The second click displays hidden items and then afterwards it works by clicking once. 

function toggle_visibility(className) {
    var e = getElementsByClassName(className, "div", document);

        for (var i = 0, len = e.length; i &#60; len; ++i) {
            if (e[i].style.display == 'none') {
                e[i].style.display = 'block';
            }
            else {
                e[i].style.display = 'none';              
            }
        }
    }

&lt;a href="toggle_visibility('filter1');" rel="nofollow"&gt;+ more&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Rob, Script works great but I have a question. I have the function in the head with a link to pass the classname variable, but the link has to be clicked twice. The second click displays hidden items and then afterwards it works by clicking once. </p>
<p>function toggle_visibility(className) {<br />
    var e = getElementsByClassName(className, &#8220;div&#8221;, document);</p>
<p>        for (var i = 0, len = e.length; i &lt; len; ++i) {<br />
            if (e[i].style.display == &#8216;none&#8217;) {<br />
                e[i].style.display = &#8216;block&#8217;;<br />
            }<br />
            else {<br />
                e[i].style.display = &#8216;none&#8217;;<br />
            }<br />
        }<br />
    }</p>
<p><a href="toggle_visibility('filter1');" rel="nofollow">+ more</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why inline CSS and JavaScript code is such a bad thing &#124; How2Pc</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-489116</link>
		<dc:creator>Why inline CSS and JavaScript code is such a bad thing &#124; How2Pc</dc:creator>
		<pubDate>Tue, 23 Dec 2008 05:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-489116</guid>
		<description>[...] access, however, native support for that doesn’t exist in all web browsers, Therefore I recommend the getElementsByClassName function, which also supports some other nifty features not available in any native web browser [...]</description>
		<content:encoded><![CDATA[<p>[...] access, however, native support for that doesn’t exist in all web browsers, Therefore I recommend the getElementsByClassName function, which also supports some other nifty features not available in any native web browser [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-488041</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 19 Dec 2008 15:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-488041</guid>
		<description>John,

Great to hear, I'm glad it helped you!</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>Great to hear, I&#8217;m glad it helped you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John L. Clark</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-488033</link>
		<dc:creator>John L. Clark</dc:creator>
		<pubDate>Fri, 19 Dec 2008 15:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-488033</guid>
		<description>Robert,

I wanted to take advantage of some Firefox 3 features in our client, including the native `getElementsByClassName`.  All was well and good, until our testers discovered some critical problems with Firefox 3, so we needed to step back to Firefox 2 (unfortunately).  I still needed the gEBCN functionality, though, but I quickly discovered your implementation, dropped it in place, and it worked without any problems.  This saved me a lot of time and energy.  Thanks!</description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p>I wanted to take advantage of some Firefox 3 features in our client, including the native `getElementsByClassName`.  All was well and good, until our testers discovered some critical problems with Firefox 3, so we needed to step back to Firefox 2 (unfortunately).  I still needed the gEBCN functionality, though, but I quickly discovered your implementation, dropped it in place, and it worked without any problems.  This saved me a lot of time and energy.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StefKob Blog &#187; Blog Archive &#187; Fonctions Javascript web integration</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-484871</link>
		<dc:creator>StefKob Blog &#187; Blog Archive &#187; Fonctions Javascript web integration</dc:creator>
		<pubDate>Sat, 13 Dec 2008 23:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-484871</guid>
		<description>[...] The Ultimate GetElementsByClassName  — Déjà évoquée ici, cette superbe fonction qui sélectionne les éléments par leur classe CSS a été mise à jour récemment. [...]</description>
		<content:encoded><![CDATA[<p>[...] The Ultimate GetElementsByClassName  — Déjà évoquée ici, cette superbe fonction qui sélectionne les éléments par leur classe <acronym title="Cascading Style Sheets">CSS</acronym> a été mise à jour récemment. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why inline CSS and JavaScript code is such a bad thing - Robert&#8217;s talk - Web development and Internet trends</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-477431</link>
		<dc:creator>Why inline CSS and JavaScript code is such a bad thing - Robert&#8217;s talk - Web development and Internet trends</dc:creator>
		<pubDate>Thu, 20 Nov 2008 21:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-477431</guid>
		<description>[...] however, native support for that doesn&#8217;t exist in all web browsers, Therefore I recommend the getElementsByClassName function, which also supports some other nifty features not available in any native web browser [...]</description>
		<content:encoded><![CDATA[<p>[...] however, native support for that doesn&#8217;t exist in all web browsers, Therefore I recommend the getElementsByClassName function, which also supports some other nifty features not available in any native web browser [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The WHATWG Blog &#187; Blog Archive &#187; The Road to HTML 5: getElementsByClassName()</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-472651</link>
		<dc:creator>The WHATWG Blog &#187; Blog Archive &#187; The Road to HTML 5: getElementsByClassName()</dc:creator>
		<pubDate>Tue, 11 Nov 2008 19:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-472651</guid>
		<description>[...] it natively, you will need a wrapper script. There are many such scripts; I myself am partial to Robert Nyman's Ultimate GetElementsByClassName. It uses the native getElementsByClassName() method in modern browsers that support it, then falls [...]</description>
		<content:encoded><![CDATA[<p>[...] it natively, you will need a wrapper script. There are many such scripts; I myself am partial to Robert Nyman&#8217;s Ultimate GetElementsByClassName. It uses the native getElementsByClassName() method in modern browsers that support it, then falls [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-472298</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 10 Nov 2008 19:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-472298</guid>
		<description>Nightfalcon,

You're specifying the parameters in the wrong order. The first one should be classname, the second tag name (optional) and the third parent element (optional). Like this:

&lt;code&gt;getElementsByClassName('navigator', null, document);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Nightfalcon,</p>
<p>You&#8217;re specifying the parameters in the wrong order. The first one should be classname, the second tag name (optional) and the third parent element (optional). Like this:</p>
<p><code>getElementsByClassName('navigator', null, document);</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nightfalcon</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-471350</link>
		<dc:creator>Nightfalcon</dc:creator>
		<pubDate>Sat, 08 Nov 2008 10:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-471350</guid>
		<description>Hi Robert,

i'm using your fabulous script but am getting the same error like Mazza on IE7 when calling it like this:

&lt;code&gt;function hideall()
{
    var boxnr = 0;
    submenuboxes = getElementsByClassName(document, 'navigator');&lt;/code&gt;
&lt;code&gt;while (submenuboxes[boxnr])
	{
        submenuboxes[boxnr].style.display = 'none';
        boxnr++;
    }
}&lt;/code&gt;

I'm hiding all div-containers with the class 'navigator' via onfocus-eventhandling and then view the active submenu-divcontainer ([...] onfocus="hideall(); displayactivebox('id', 'block')"[...])

This works on all browsers except IE7, you got any idea to help me through this problem?
The submenus are neccessary, you know? ;-)</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>i&#8217;m using your fabulous script but am getting the same error like Mazza on IE7 when calling it like this:</p>
<p><code>function hideall()<br />
{<br />
    var boxnr = 0;<br />
    submenuboxes = getElementsByClassName(document, 'navigator');</code><br />
<code>while (submenuboxes[boxnr])<br />
	{<br />
        submenuboxes[boxnr].style.display = &#8216;none&#8217;;<br />
        boxnr++;<br />
    }<br />
}</code></p>
<p>I&#8217;m hiding all div-containers with the class &#8216;navigator&#8217; via onfocus-eventhandling and then view the active submenu-divcontainer ([...] onfocus=&#8221;hideall(); displayactivebox(&#8217;id&#8217;, &#8216;block&#8217;)&#8221;[...])</p>
<p>This works on all browsers except IE7, you got any idea to help me through this problem?<br />
The submenus are neccessary, you know? <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Turtle</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-465448</link>
		<dc:creator>The Turtle</dc:creator>
		<pubDate>Fri, 17 Oct 2008 13:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-465448</guid>
		<description>Robert:  thanks for this.  It saved us from a sticky problem brought on by confused user requirements...  

Turtle</description>
		<content:encoded><![CDATA[<p>Robert:  thanks for this.  It saved us from a sticky problem brought on by confused user requirements&#8230;  </p>
<p>Turtle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-445100</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 01 Oct 2008 19:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-445100</guid>
		<description>Mazza,

Interesting. Hopefully MediaWiki will update their code. If not, please alert them. :-)</description>
		<content:encoded><![CDATA[<p>Mazza,</p>
<p>Interesting. Hopefully MediaWiki will update their code. If not, please alert them. <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mazza</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-445088</link>
		<dc:creator>Mazza</dc:creator>
		<pubDate>Wed, 01 Oct 2008 19:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-445088</guid>
		<description>Hey Robert,

As a follow-up to my post and our email correspondence, I looked more into the issue and I found out the root of the problem is that I am using your code on MediaWiki 1.11... looks like the folks of MediaWiki integrated either an old version or a hacked version of your getElementsByClassName into their wikibits.js file

Figured I would post this as a comment instead of email for anyone else that may think about adding this to their MediaWiki! :D</description>
		<content:encoded><![CDATA[<p>Hey Robert,</p>
<p>As a follow-up to my post and our email correspondence, I looked more into the issue and I found out the root of the problem is that I am using your code on MediaWiki 1.11&#8230; looks like the folks of MediaWiki integrated either an old version or a hacked version of your getElementsByClassName into their wikibits.js file</p>
<p>Figured I would post this as a comment instead of email for anyone else that may think about adding this to their MediaWiki! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fun&#231;&#227;o getElementsByClassName - Vers&#227;o 2008 &#187; Pinceladas da Web - Reflex&#245;es sobre XHTML, CSS, PHP e WebStandards</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-439569</link>
		<dc:creator>Fun&#231;&#227;o getElementsByClassName - Vers&#227;o 2008 &#187; Pinceladas da Web - Reflex&#245;es sobre XHTML, CSS, PHP e WebStandards</dc:creator>
		<pubDate>Sun, 28 Sep 2008 13:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-439569</guid>
		<description>[...] agora, Robert Nyman a melhorou adicionando novas [...]</description>
		<content:encoded><![CDATA[<p>[...] agora, Robert Nyman a melhorou adicionando novas [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-430876</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 22 Sep 2008 20:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-430876</guid>
		<description>Lori,

I'm glad that you like it!
Actually, it's a minor flaw which was recently brought to my notice. &lt;code&gt;"*"&lt;/code&gt; won't work, like you say, just pass in &lt;code&gt;null&lt;/code&gt; to be completely safe. Like this:

&lt;code&gt;getElementsByClassName("desired-class", null, document.body);&lt;/code&gt;

I'll fix this in the next release.</description>
		<content:encoded><![CDATA[<p>Lori,</p>
<p>I&#8217;m glad that you like it!<br />
Actually, it&#8217;s a minor flaw which was recently brought to my notice. <code>"*"</code> won&#8217;t work, like you say, just pass in <code>null</code> to be completely safe. Like this:</p>
<p><code>getElementsByClassName("desired-class", null, document.body);</code></p>
<p>I&#8217;ll fix this in the next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lori</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-430831</link>
		<dc:creator>Lori</dc:creator>
		<pubDate>Mon, 22 Sep 2008 19:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-430831</guid>
		<description>I love this function!  Am I correct to conclude that if elem is specified, and tag isn't we should pass "" or &lt;i&gt;null&lt;/i&gt; for tag instead of the old "*"?  I noticed that I was running into a invalid regExp error in FF3 with tag = "*" (&lt;b&gt;nodeName = (tag)? new RegExp("\\b" + tag + "\\b", "i") : null,&lt;/b&gt;) since tag was evaluating as true -- sorry it wasn't too clear to me in the current documentation since I was use to using "*" with your previous version.

Thanks again for the function!</description>
		<content:encoded><![CDATA[<p>I love this function!  Am I correct to conclude that if elem is specified, and tag isn&#8217;t we should pass &#8220;&#8221; or <i>null</i> for tag instead of the old &#8220;*&#8221;?  I noticed that I was running into a invalid regExp error in FF3 with tag = &#8220;*&#8221; (<b>nodeName = (tag)? new RegExp(&#8221;\\b&#8221; + tag + &#8220;\\b&#8221;, &#8220;i&#8221;) : null,</b>) since tag was evaluating as true &#8212; sorry it wasn&#8217;t too clear to me in the current documentation since I was use to using &#8220;*&#8221; with your previous version.</p>
<p>Thanks again for the function!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-421224</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 15 Sep 2008 19:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-421224</guid>
		<description>Tom,

Great! :-)</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Great! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
