<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Quick Tip - Optimizing DOM Traversal</title>
	<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal</link>
	<description>Getting to know the library of choice for unobtrusive JavaScript</description>
	<pubDate>Fri, 29 Aug 2008 00:06:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: cherouvim</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-8896</link>
		<dc:creator>cherouvim</dc:creator>
		<pubDate>Thu, 26 Jul 2007 08:38:09 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-8896</guid>
		<description>Great stuff! Thanks.</description>
		<content:encoded><![CDATA[<p>Great stuff! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-7058</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 13 Jun 2007 18:03:00 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-7058</guid>
		<description>Useful, all very useful! Great post, great site. Much obliged...</description>
		<content:encoded><![CDATA[<p>Useful, all very useful! Great post, great site. Much obliged&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enej</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-503</link>
		<dc:creator>enej</dc:creator>
		<pubDate>Sat, 23 Dec 2006 11:33:54 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-503</guid>
		<description>No thank you Karl 

For your time and effort.

Thanks again. It's just interesting to see. I think I will try to come up with some test myself, Last summer I was working on a web app. and used jQuery quite a bit. and it really helped when I did something like &lt;code&gt;$('#id div.feeditem')&lt;/code&gt; instead of just $('.feeditem') impoved the whole loding of the page quite a bit. But if I do any more testing I will let you know. And Merry Xmas</description>
		<content:encoded><![CDATA[<p>No thank you Karl </p>
<p>For your time and effort.</p>
<p>Thanks again. It&#8217;s just interesting to see. I think I will try to come up with some test myself, Last summer I was working on a web app. and used jQuery quite a bit. and it really helped when I did something like <code>$('#id div.feeditem')</code> instead of just $(&#8217;.feeditem&#8217;) impoved the whole loding of the page quite a bit. But if I do any more testing I will let you know. And Merry Xmas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-422</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 21 Dec 2006 03:51:23 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-422</guid>
		<description>Great tips!  Thanks for breaking speed hierarchy.</description>
		<content:encoded><![CDATA[<p>Great tips!  Thanks for breaking speed hierarchy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-419</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 21 Dec 2006 03:12:39 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-419</guid>
		<description>enej, thanks for the suggestion. Please see my update to this entry for benchmark information. 
Adam, I'm glad you're finding these tips helpful. Feel free to request any information that you want to do about this awesome library. If I can't answer it, I'm sure that someone else in the jQuery community can.</description>
		<content:encoded><![CDATA[<p>enej, thanks for the suggestion. Please see my update to this entry for benchmark information.<br />
Adam, I&#8217;m glad you&#8217;re finding these tips helpful. Feel free to request any information that you want to do about this awesome library. If I can&#8217;t answer it, I&#8217;m sure that someone else in the jQuery community can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Stacoviak</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-309</link>
		<dc:creator>Adam Stacoviak</dc:creator>
		<pubDate>Sun, 17 Dec 2006 01:35:42 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-309</guid>
		<description>Thanks for mentioning this. Because I lack the long term experience of someone like yourself, topics like this can be very helpful for new comers to jQuery and JavaScript

I'd appreciate it if you posted more tips like this in the future.

Take care.</description>
		<content:encoded><![CDATA[<p>Thanks for mentioning this. Because I lack the long term experience of someone like yourself, topics like this can be very helpful for new comers to jQuery and JavaScript</p>
<p>I&#8217;d appreciate it if you posted more tips like this in the future.</p>
<p>Take care.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enej</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-308</link>
		<dc:creator>enej</dc:creator>
		<pubDate>Sun, 17 Dec 2006 00:40:41 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-308</guid>
		<description>it would be nice to see some bench mark tests. as in what the difference is.. such as if you use &lt;code&gt;$('#sidebar div.menu')&lt;/code&gt; if it is faster then &lt;code&gt;$(#sidebar .menu)... did anyone do this allready? &lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>it would be nice to see some bench mark tests. as in what the difference is.. such as if you use <code>$('#sidebar div.menu')</code> if it is faster then <code>$(#sidebar .menu)... did anyone do this allready? </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Heimlich - Web Developer</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-305</link>
		<dc:creator>Aaron Heimlich - Web Developer</dc:creator>
		<pubDate>Sat, 16 Dec 2006 22:03:08 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-305</guid>
		<description>&lt;strong&gt;jQuery Selector Speed...&lt;/strong&gt;

There&#8217;s an interesting discussion over on the jQuery mailing list about the speed of a couple basic selectors. The jist of it is:
jQuery("#myId") is very fast because "#myId" gets turned into document.getElementById("myId").
jQuery("div#my...</description>
		<content:encoded><![CDATA[<p><strong>jQuery Selector Speed&#8230;</strong></p>
<p>There&#8217;s an interesting discussion over on the jQuery mailing list about the speed of a couple basic selectors. The jist of it is:<br />
jQuery(&#8221;#myId&#8221;) is very fast because &#8220;#myId&#8221; gets turned into document.getElementById(&#8221;myId&#8221;).<br />
jQuery(&#8221;div#my&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
