<?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: Quick Tip &#8211; Optimizing DOM Traversal</title>
	<atom:link href="http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Sat, 13 Mar 2010 15:20:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 5 Performance Tuning Tricks for jQuery &#124; Learning jQuery</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal/comment-page-1#comment-77922</link>
		<dc:creator>5 Performance Tuning Tricks for jQuery &#124; Learning jQuery</dc:creator>
		<pubDate>Wed, 29 Jul 2009 05:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-77922</guid>
		<description>[...] be further optimized by using an id in addition to the element and class. As explained in this jQuery performance tip, jQuery’s DOM traversal processes id selection fastest, followed by element and class selection. [...]</description>
		<content:encoded><![CDATA[<p>[...] be further optimized by using an id in addition to the element and class. As explained in this jQuery performance tip, jQuery’s DOM traversal processes id selection fastest, followed by element and class selection. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Performance Tuning Tricks for jQuery &#124; Jon Raasch's Blog</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal/comment-page-1#comment-77870</link>
		<dc:creator>5 Performance Tuning Tricks for jQuery &#124; Jon Raasch's Blog</dc:creator>
		<pubDate>Thu, 16 Jul 2009 16:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-77870</guid>
		<description>[...] be further optimized by using an id in addition to the element and class. As explained in this jQuery performance tip, jQuery&#8217;s DOM traversal processes id selection fastest, followed by element and class [...]</description>
		<content:encoded><![CDATA[<p>[...] be further optimized by using an id in addition to the element and class. As explained in this jQuery performance tip, jQuery&#8217;s DOM traversal processes id selection fastest, followed by element and class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal/comment-page-1#comment-75419</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Wed, 03 Jun 2009 17:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-75419</guid>
		<description>I agree is there somewhere we can find an update on this great post? I&#039;m using jquery 1.3</description>
		<content:encoded><![CDATA[<p>I agree is there somewhere we can find an update on this great post? I&#8217;m using jquery 1.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wick</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal/comment-page-1#comment-68385</link>
		<dc:creator>Wick</dc:creator>
		<pubDate>Fri, 20 Feb 2009 15:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-68385</guid>
		<description>Is there somewhere where the Sizzle/jQuery 1.3.x selector optimization changes have been discussed? I only found a few mentions of the new &quot;bottom-up&quot; approach but nothing in detail. An in-depth explanation would be really helpful! Thanks.</description>
		<content:encoded><![CDATA[<p>Is there somewhere where the Sizzle/jQuery 1.3.x selector optimization changes have been discussed? I only found a few mentions of the new &#8220;bottom-up&#8221; approach but nothing in detail. An in-depth explanation would be really helpful! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal/comment-page-1#comment-64118</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Tue, 03 Feb 2009 19:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-64118</guid>
		<description>Good points, Frédéric. Thanks. I&#039;ve updated the post.</description>
		<content:encoded><![CDATA[<p>Good points, Frédéric. Thanks. I&#8217;ve updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frédéric Hewitt</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal/comment-page-1#comment-64110</link>
		<dc:creator>Frédéric Hewitt</dc:creator>
		<pubDate>Tue, 03 Feb 2009 16:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-64110</guid>
		<description>That&#039;s no more exact since jQuery 1.3 and Sizzle, because it now works bottom-top.

So &lt;code&gt;$(&#039;#sidebar .menu&#039;)&lt;/code&gt; is not better (worst in fact) than just &lt;code&gt;$(&#039;.menu&#039;)&lt;/code&gt;. But evidently, $(&#039;ul.menu&#039;) still the best choice here.

Well on other side, we can probably say than selector optimization is no more useful now for common situations.</description>
		<content:encoded><![CDATA[<p>That&#8217;s no more exact since jQuery 1.3 and Sizzle, because it now works bottom-top.</p>
<p>So <code>$('#sidebar .menu')</code> is not better (worst in fact) than just <code>$('.menu')</code>. But evidently, $(&#8216;ul.menu&#8217;) still the best choice here.</p>
<p>Well on other side, we can probably say than selector optimization is no more useful now for common situations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JEDI &#187; Blog Archive &#187; Is your Jquery or Javascript getting Slow or bad Performance ?</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal/comment-page-1#comment-63159</link>
		<dc:creator>JEDI &#187; Blog Archive &#187; Is your Jquery or Javascript getting Slow or bad Performance ?</dc:creator>
		<pubDate>Fri, 10 Oct 2008 13:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal#comment-63159</guid>
		<description>[...] http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal" rel="nofollow">http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cherouvim</title>
		<link>http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal/comment-page-1#comment-8896</link>
		<dc:creator>cherouvim</dc:creator>
		<pubDate>Thu, 26 Jul 2007 08:38:09 +0000</pubDate>
		<guid isPermaLink="false">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-page-1#comment-7058</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 13 Jun 2007 18:03:00 +0000</pubDate>
		<guid isPermaLink="false">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-page-1#comment-503</link>
		<dc:creator>enej</dc:creator>
		<pubDate>Sat, 23 Dec 2006 11:33:54 +0000</pubDate>
		<guid isPermaLink="false">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&#039;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;$(&#039;#id div.feeditem&#039;)&lt;/code&gt; instead of just $(&#039;.feeditem&#039;) 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 $(&#8216;.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>
</channel>
</rss>
