<?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: .detach()</title>
	<atom:link href="http://api.jquery.com/detach/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/detach/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Fri, 19 Aug 2011 09:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Davidxiaozhi</title>
		<link>http://api.jquery.com/detach/comment-page-1/#comment-8558</link>
		<dc:creator>Davidxiaozhi</dc:creator>
		<pubDate>Mon, 24 Jan 2011 14:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=178#comment-8558</guid>
		<description>Nice  !</description>
		<content:encoded><![CDATA[<p>Nice  !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonas</title>
		<link>http://api.jquery.com/detach/comment-page-1/#comment-8538</link>
		<dc:creator>jonas</dc:creator>
		<pubDate>Sun, 23 Jan 2011 13:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=178#comment-8538</guid>
		<description>@James - if you put the above example inside&lt;br&gt;$(document).ready( function() { ... })&lt;br&gt;- then I am fairly sure, that you can put it anywhere - in the head element or in a separete script.</description>
		<content:encoded><![CDATA[<p>@James &#8211; if you put the above example inside<br />$(document).ready( function() { &#8230; })<br />- then I am fairly sure, that you can put it anywhere &#8211; in the head element or in a separete script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://api.jquery.com/detach/comment-page-1/#comment-8131</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 05 Jan 2011 08:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=178#comment-8131</guid>
		<description>Script must occur below elements in body (as shown in example).  Tried this with the function as a script in the head element and it did not work.</description>
		<content:encoded><![CDATA[<p>Script must occur below elements in body (as shown in example).  Tried this with the function as a script in the head element and it did not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maurer</title>
		<link>http://api.jquery.com/detach/comment-page-1/#comment-7948</link>
		<dc:creator>Luke Maurer</dc:creator>
		<pubDate>Sat, 01 Jan 2011 08:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=178#comment-7948</guid>
		<description>Event handlers are retained, since they&#039;re stored using the data system.&lt;br&gt;&lt;br&gt;(But yes, the docs should spell this out; other places are consistent in saying “event handlers and attached data” or some such.)</description>
		<content:encoded><![CDATA[<p>Event handlers are retained, since they&#39;re stored using the data system.</p>
<p>(But yes, the docs should spell this out; other places are consistent in saying “event handlers and attached data” or some such.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maurer</title>
		<link>http://api.jquery.com/detach/comment-page-1/#comment-7863</link>
		<dc:creator>Luke Maurer</dc:creator>
		<pubDate>Sat, 01 Jan 2011 00:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=178#comment-7863</guid>
		<description>Event handlers are retained, since they&#039;re stored using the data system.&lt;br&gt;&lt;br&gt;(But yes, the docs should spell this out; other places are consistent in saying “event handlers and attached data” or some such.)</description>
		<content:encoded><![CDATA[<p>Event handlers are retained, since they&#39;re stored using the data system.</p>
<p>(But yes, the docs should spell this out; other places are consistent in saying “event handlers and attached data” or some such.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Kerns</title>
		<link>http://api.jquery.com/detach/comment-page-1/#comment-6725</link>
		<dc:creator>Bob Kerns</dc:creator>
		<pubDate>Sun, 31 Oct 2010 18:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=178#comment-6725</guid>
		<description>The documentation here is a little vague about just what jQuery data is retained. Event handlers?</description>
		<content:encoded><![CDATA[<p>The documentation here is a little vague about just what jQuery data is retained. Event handlers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: furf</title>
		<link>http://api.jquery.com/detach/comment-page-1/#comment-5647</link>
		<dc:creator>furf</dc:creator>
		<pubDate>Fri, 05 Feb 2010 15:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=178#comment-5647</guid>
		<description>elem.clone(true);&lt;br&gt;elem.remove();</description>
		<content:encoded><![CDATA[<p>elem.clone(true);<br />elem.remove();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: furf</title>
		<link>http://api.jquery.com/detach/comment-page-1/#comment-5646</link>
		<dc:creator>furf</dc:creator>
		<pubDate>Fri, 05 Feb 2010 15:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=178#comment-5646</guid>
		<description>looking for an answer as well. for now gonna try:&lt;br&gt;&lt;br&gt;$(&#039;.selector&#039;).clone(true).end().remove();</description>
		<content:encoded><![CDATA[<p>looking for an answer as well. for now gonna try:</p>
<p>$(&#39;.selector&#39;).clone(true).end().remove();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuswantin</title>
		<link>http://api.jquery.com/detach/comment-page-1/#comment-5645</link>
		<dc:creator>kuswantin</dc:creator>
		<pubDate>Mon, 25 Jan 2010 01:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=178#comment-5645</guid>
		<description>Any work around for jQuery 1.3.2? My CMS is still too far to deploy jQuery 1.4</description>
		<content:encoded><![CDATA[<p>Any work around for jQuery 1.3.2? My CMS is still too far to deploy jQuery 1.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasil Dinkov</title>
		<link>http://api.jquery.com/detach/comment-page-1/#comment-5648</link>
		<dc:creator>Vasil Dinkov</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=178#comment-5648</guid>
		<description>This is indeed very very useful, thanks! Maybe an &quot;empty()&quot; version would be cool too, though I currently use:
&lt;br&gt;
&lt;br&gt;$(selector).contents().detach();
&lt;br&gt;
&lt;br&gt;which works too.</description>
		<content:encoded><![CDATA[<p>This is indeed very very useful, thanks! Maybe an &#8220;empty()&#8221; version would be cool too, though I currently use:</p>
<p>$(selector).contents().detach();</p>
<p>which works too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

