<?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 Leaking Memory:-Be careful while using in big applications	</title>
	<atom:link href="https://www.smallworkarounds.com/2009/04/jquery-leaking-memory-be-careful-while.html/feed" rel="self" type="application/rss+xml" />
	<link>https://www.smallworkarounds.com/2009/04/jquery-leaking-memory-be-careful-while.html</link>
	<description>Welcome to SmallWorkarounds</description>
	<lastBuildDate>Thu, 16 Mar 2017 12:38:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.smallworkarounds.com/2009/04/jquery-leaking-memory-be-careful-while.html#comment-184</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Mon, 23 Nov 2009 01:07:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/04/18/jquery-leaking-memory-be-careful-while/#comment-184</guid>

					<description><![CDATA[Check out this article&lt;br /&gt;http://www.codeproject.com/KB/ajax/jqmemleak.aspx]]></description>
			<content:encoded><![CDATA[<p>Check out this article<br /><a href="http://www.codeproject.com/KB/ajax/jqmemleak.aspx" rel="nofollow ugc">http://www.codeproject.com/KB/ajax/jqmemleak.aspx</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hozi		</title>
		<link>https://www.smallworkarounds.com/2009/04/jquery-leaking-memory-be-careful-while.html#comment-160</link>

		<dc:creator><![CDATA[Hozi]]></dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:10:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/04/18/jquery-leaking-memory-be-careful-while/#comment-160</guid>

					<description><![CDATA[Great article that aggregates fixes to all the various jQuery memory leaks due to UpdatePanel refreshes at https://www.quattrosource.com/2009/07/fixing-jquery-memory-leaks-in-asp-net/]]></description>
			<content:encoded><![CDATA[<p>Great article that aggregates fixes to all the various jQuery memory leaks due to UpdatePanel refreshes at <a href="https://www.quattrosource.com/2009/07/fixing-jquery-memory-leaks-in-asp-net/" rel="nofollow ugc">https://www.quattrosource.com/2009/07/fixing-jquery-memory-leaks-in-asp-net/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brandon Aaron		</title>
		<link>https://www.smallworkarounds.com/2009/04/jquery-leaking-memory-be-careful-while.html#comment-140</link>

		<dc:creator><![CDATA[Brandon Aaron]]></dc:creator>
		<pubDate>Tue, 21 Apr 2009 20:35:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/04/18/jquery-leaking-memory-be-careful-while/#comment-140</guid>

					<description><![CDATA[Just simply needed to null out the orphaned div element. Added the following line to jQuery.support:&lt;br /&gt;&lt;br /&gt;// release memory in IE&lt;br /&gt;div = null;]]></description>
			<content:encoded><![CDATA[<p>Just simply needed to null out the orphaned div element. Added the following line to jQuery.support:</p>
<p>// release memory in IE<br />div = null;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://www.smallworkarounds.com/2009/04/jquery-leaking-memory-be-careful-while.html#comment-139</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 21 Apr 2009 19:07:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/04/18/jquery-leaking-memory-be-careful-while/#comment-139</guid>

					<description><![CDATA[@Bradon &lt;br /&gt;Great!&lt;br /&gt;Could you please elaborate more on the fix or provide the readers with some link to your blogpost as what exactly you changed.&lt;br /&gt;&lt;br /&gt;Thanks anyways]]></description>
			<content:encoded><![CDATA[<p>@Bradon <br />Great!<br />Could you please elaborate more on the fix or provide the readers with some link to your blogpost as what exactly you changed.</p>
<p>Thanks anyways</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brandon Aaron		</title>
		<link>https://www.smallworkarounds.com/2009/04/jquery-leaking-memory-be-careful-while.html#comment-138</link>

		<dc:creator><![CDATA[Brandon Aaron]]></dc:creator>
		<pubDate>Tue, 21 Apr 2009 19:02:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/04/18/jquery-leaking-memory-be-careful-while/#comment-138</guid>

					<description><![CDATA[I just checked in a fix for the memory leaks created at runtime by jQuery. Meaning you won&#039;t have to comment out that code. :)]]></description>
			<content:encoded><![CDATA[<p>I just checked in a fix for the memory leaks created at runtime by jQuery. Meaning you won&#8217;t have to comment out that code. 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.smallworkarounds.com/2009/04/jquery-leaking-memory-be-careful-while.html#comment-137</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 21 Apr 2009 11:05:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/04/18/jquery-leaking-memory-be-careful-while/#comment-137</guid>

					<description><![CDATA[More like Internet Explorer leaks memory through crappy implementation.]]></description>
			<content:encoded><![CDATA[<p>More like Internet Explorer leaks memory through crappy implementation.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Danny Tuppeny		</title>
		<link>https://www.smallworkarounds.com/2009/04/jquery-leaking-memory-be-careful-while.html#comment-134</link>

		<dc:creator><![CDATA[Danny Tuppeny]]></dc:creator>
		<pubDate>Mon, 20 Apr 2009 10:38:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/04/18/jquery-leaking-memory-be-careful-while/#comment-134</guid>

					<description><![CDATA[There&#039;s a discussion on the jQuery dev list:&lt;br /&gt;&lt;br /&gt;http://groups.google.com/group/jquery-dev/browse_thread/thread/d127129441e26e52&lt;br /&gt;&lt;br /&gt;I don&#039;t think commenting out the code you posted is a good idea - I believe John Resig mention it only to identifier if that&#039;s where the leaks come from. I beleive without the code jQuery if you clone things in IE you and alter the vent handlers, it may affect the source nodes.]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a discussion on the jQuery dev list:</p>
<p><a href="http://groups.google.com/group/jquery-dev/browse_thread/thread/d127129441e26e52" rel="nofollow ugc">http://groups.google.com/group/jquery-dev/browse_thread/thread/d127129441e26e52</a></p>
<p>I don&#8217;t think commenting out the code you posted is a good idea &#8211; I believe John Resig mention it only to identifier if that&#8217;s where the leaks come from. I beleive without the code jQuery if you clone things in IE you and alter the vent handlers, it may affect the source nodes.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
