<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>jquery-dev - Latest comments on jQuery Object Cache plugin</title>
		<link>http://www.jquery-dev.com/?disp=comments</link>
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: jQuery Object Cache plugin</title>
			<pubDate>Fri, 30 Apr 2010 13:23:03 +0000</pubDate>
			<dc:creator>Wilbur [Visitor]</dc:creator>
			<guid isPermaLink="false">c61@http://www.jquery-dev.com/</guid>
			<description>I think what you mentioned in your post interest to say the least. Recently i seen reviews about this on http://www.rapidsloth.com/Flower-Girls-Wallpapers.html and alot of people praise it.</description>
			<content:encoded><![CDATA[I think what you mentioned in your post interest to say the least. Recently i seen reviews about this on http://www.rapidsloth.com/Flower-Girls-Wallpapers.html and alot of people praise it.]]></content:encoded>
			<link>http://www.jquery-dev.com/2008/12/09/jquery-object-cache-plugin#c61</link>
		</item>
				<item>
			<title>In response to: jQuery Object Cache plugin</title>
			<pubDate>Thu, 08 Apr 2010 11:49:21 +0000</pubDate>
			<dc:creator>ufc odds [Visitor]</dc:creator>
			<guid isPermaLink="false">c55@http://www.jquery-dev.com/</guid>
			<description>I want to start my first blog, what blog platform do you use and recommend for me ?</description>
			<content:encoded><![CDATA[I want to start my first blog, what blog platform do you use and recommend for me ?]]></content:encoded>
			<link>http://www.jquery-dev.com/2008/12/09/jquery-object-cache-plugin#c55</link>
		</item>
				<item>
			<title>In response to: jQuery Object Cache plugin</title>
			<pubDate>Tue, 24 Mar 2009 15:47:11 +0000</pubDate>
			<dc:creator>DBJDBJ [Visitor]</dc:creator>
			<guid isPermaLink="false">c38@http://www.jquery-dev.com/</guid>
			<description>&quot; ... but Object Cache would allow us to stuff the results of the selector into a cache, so we wouldn't have to grab them from the DOM again.&quot;&lt;br /&gt;
&lt;br /&gt;
You are not 'stuffing' anything anuwhere else but in the array of the cache. And most importantly, you are stuffing references to dom nodes. Same as jQery does.&lt;br /&gt;
&lt;br /&gt;
It is therefore of no use to reuse the $listitems (as above) because anything can happen to the actual dom nodes being referenced. they can also be removed. all of them or just some.&lt;br /&gt;
&lt;br /&gt;
And another jQ instance which is just the reference to the original one, will happily proceed working on removed nodes, for a while. untill erros start flying arround.&lt;br /&gt;
&lt;br /&gt;
Therefore: do not cache and do not reuse REFERENCES.&lt;br /&gt;
Because actual objects can change or dissapear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
			<content:encoded><![CDATA[" ... but Object Cache would allow us to stuff the results of the selector into a cache, so we wouldn't have to grab them from the DOM again."<br />
<br />
You are not 'stuffing' anything anuwhere else but in the array of the cache. And most importantly, you are stuffing references to dom nodes. Same as jQery does.<br />
<br />
It is therefore of no use to reuse the $listitems (as above) because anything can happen to the actual dom nodes being referenced. they can also be removed. all of them or just some.<br />
<br />
And another jQ instance which is just the reference to the original one, will happily proceed working on removed nodes, for a while. untill erros start flying arround.<br />
<br />
Therefore: do not cache and do not reuse REFERENCES.<br />
Because actual objects can change or dissapear.<br />
<br />
<br />
<br />]]></content:encoded>
			<link>http://www.jquery-dev.com/2008/12/09/jquery-object-cache-plugin#c38</link>
		</item>
			</channel>
</rss>
