<?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: jQuery Performance Rules</title>
	<atom:link href="http://www.artzstudio.com/2009/04/jquery-performance-rules/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/</link>
	<description>Dave Artz and his discoveries in web design and development.</description>
	<lastBuildDate>Fri, 18 Jun 2010 13:32:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-2/#comment-5165</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 18 Jun 2010 13:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5165</guid>
		<description>Thank you for the great tips! But I have a problem with &quot;Leverage Event Delegation&quot;. I am building a RIA and I am using Drupal with jQuery for that. I have a big table (really big ... with around 10k cells) and also big cpu performance problems on old computers (P3s and P4s ... client&#039;s computers that I can not decide change them). I am almost sure that this problems are from the binding of different events to each cell (hover, click and dblclick) and I tried your approach to this. My problem mainly is with hover. I tried to bind hover event to the parent (the table which contains the tds) but when I hover a cell it toggles only once and it does not toggle back when the mouse is leaving cell&#039;s region. I know for a fact that happens because I bind the action to the table and not to the cell so the browser will act when I hover out of the table and not the cell. What would your approach be to this problem?

Thanks,
Alex</description>
		<content:encoded><![CDATA[<p>Thank you for the great tips! But I have a problem with &#8220;Leverage Event Delegation&#8221;. I am building a RIA and I am using Drupal with jQuery for that. I have a big table (really big &#8230; with around 10k cells) and also big cpu performance problems on old computers (P3s and P4s &#8230; client&#8217;s computers that I can not decide change them). I am almost sure that this problems are from the binding of different events to each cell (hover, click and dblclick) and I tried your approach to this. My problem mainly is with hover. I tried to bind hover event to the parent (the table which contains the tds) but when I hover a cell it toggles only once and it does not toggle back when the mouse is leaving cell&#8217;s region. I know for a fact that happens because I bind the action to the table and not to the cell so the browser will act when I hover out of the table and not the cell. What would your approach be to this problem?</p>
<p>Thanks,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olivvv</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-2/#comment-5081</link>
		<dc:creator>olivvv</dc:creator>
		<pubDate>Mon, 12 Apr 2010 13:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5081</guid>
		<description>hi
the &quot;use sub-queries&quot; advice is not always true. See for instance example 6 and 7 here : 
http://www.jakearchibald.com/jsperformance/sizzle/</description>
		<content:encoded><![CDATA[<p>hi<br />
the &#8220;use sub-queries&#8221; advice is not always true. See for instance example 6 and 7 here :<br />
<a href="http://www.jakearchibald.com/jsperformance/sizzle/" rel="nofollow">http://www.jakearchibald.com/jsperformance/sizzle/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nei</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-2/#comment-5072</link>
		<dc:creator>Nei</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5072</guid>
		<description>Thanks for the great post. 
I had most of this questions, thank you so much!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post.<br />
I had most of this questions, thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mads Jensen</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-2/#comment-5059</link>
		<dc:creator>Mads Jensen</dc:creator>
		<pubDate>Fri, 29 Jan 2010 19:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5059</guid>
		<description>Good learning experience on getting my jquery scripts perform even better! Good job!</description>
		<content:encoded><![CDATA[<p>Good learning experience on getting my jquery scripts perform even better! Good job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buy r4 ds</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-2/#comment-5055</link>
		<dc:creator>buy r4 ds</dc:creator>
		<pubDate>Sat, 23 Jan 2010 16:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5055</guid>
		<description>Nice catch Joseph – I had meant that to use a jQuery selector for that ID.  But that’s news to me on being able to pass document.getElementById(‘blah’) to the jQuery context, seems like that could be useful. Do you have any idea whether it is better performance-wise to do that rather than $(&#039;blah&#039;).find(&#039;blah&#039;)?</description>
		<content:encoded><![CDATA[<p>Nice catch Joseph – I had meant that to use a jQuery selector for that ID.  But that’s news to me on being able to pass document.getElementById(‘blah’) to the jQuery context, seems like that could be useful. Do you have any idea whether it is better performance-wise to do that rather than $(&#8216;blah&#8217;).find(&#8216;blah&#8217;)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-2/#comment-5050</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5050</guid>
		<description>Great rules Dave, these have helped a lot of developers.
I have some more stuff about selector optimization and some other goodies in my talk on jQuery Anti-Patterns for Performance:
http://paulirish.com/perf</description>
		<content:encoded><![CDATA[<p>Great rules Dave, these have helped a lot of developers.<br />
I have some more stuff about selector optimization and some other goodies in my talk on jQuery Anti-Patterns for Performance:<br />
<a href="http://paulirish.com/perf" rel="nofollow">http://paulirish.com/perf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArtzStudio</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-2/#comment-5030</link>
		<dc:creator>ArtzStudio</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5030</guid>
		<description>@Erik - thanks, I can&#039;t believe I did that.</description>
		<content:encoded><![CDATA[<p>@Erik &#8211; thanks, I can&#8217;t believe I did that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zsiswick</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-2/#comment-5029</link>
		<dc:creator>zsiswick</dc:creator>
		<pubDate>Fri, 04 Dec 2009 23:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5029</guid>
		<description>Thank you for the thorough article. I have had performance concerns with using jQuery on a larger production website, and I will be utilizing some of the strategies you outlined moving forward. Adding bookmark.</description>
		<content:encoded><![CDATA[<p>Thank you for the thorough article. I have had performance concerns with using jQuery on a larger production website, and I will be utilizing some of the strategies you outlined moving forward. Adding bookmark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Kallen</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-1/#comment-5026</link>
		<dc:creator>Erik Kallen</dc:creator>
		<pubDate>Fri, 27 Nov 2009 12:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5026</guid>
		<description>The article is good, but your example for binding to parent is bad. The focus event is one of those that do NOT bubble. Replace it with another event that does.</description>
		<content:encoded><![CDATA[<p>The article is good, but your example for binding to parent is bad. The focus event is one of those that do NOT bubble. Replace it with another event that does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArtzStudio</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-1/#comment-5022</link>
		<dc:creator>ArtzStudio</dc:creator>
		<pubDate>Sat, 14 Nov 2009 15:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5022</guid>
		<description>@Bart - They&#039;re actually the same thing when you dig into the code, so I think it comes down to your preference. A fun thing to try is using Firebug and its Breakpoint feature, so you can peak under the hood at what jQuery is doing. It&#039;s sometimes enlightening.</description>
		<content:encoded><![CDATA[<p>@Bart &#8211; They&#8217;re actually the same thing when you dig into the code, so I think it comes down to your preference. A fun thing to try is using Firebug and its Breakpoint feature, so you can peak under the hood at what jQuery is doing. It&#8217;s sometimes enlightening.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
