<?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.extend()</title>
	<atom:link href="http://api.jquery.com/jQuery.extend/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/jQuery.extend/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Sun, 14 Mar 2010 09:47:32 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nicolae Racovita</title>
		<link>http://api.jquery.com/jQuery.extend/comment-page-1/#comment-1582</link>
		<dc:creator>Nicolae Racovita</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=204#comment-1582</guid>
		<description>var copy = $.extend({}, &quot;aString&quot;)&lt;br&gt;returns an object like this&lt;br&gt;copy = {&lt;br&gt;0: &quot;a&quot;,&lt;br&gt;1: &quot;S&quot;,&lt;br&gt;2: &quot;t&quot;,...&lt;br&gt;}&lt;br&gt;Wouldn&#039;t it be nice to return the same string?</description>
		<content:encoded><![CDATA[<p>var copy = $.extend({}, &#8220;aString&#8221;)<br />returns an object like this<br />copy = {<br />0: &#8220;a&#8221;,<br />1: &#8220;S&#8221;,<br />2: &#8220;t&#8221;,&#8230;<br />}<br />Wouldn&#39;t it be nice to return the same string?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aivo Paas</title>
		<link>http://api.jquery.com/jQuery.extend/comment-page-1/#comment-1496</link>
		<dc:creator>Aivo Paas</dc:creator>
		<pubDate>Wed, 03 Feb 2010 14:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=204#comment-1496</guid>
		<description>I wonder how the non-deep clone would work. Cloning (extending) is always deep if you extend an empty object. Use $.extend(true, {}, obj) to get a clone.</description>
		<content:encoded><![CDATA[<p>I wonder how the non-deep clone would work. Cloning (extending) is always deep if you extend an empty object. Use $.extend(true, {}, obj) to get a clone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vance</title>
		<link>http://api.jquery.com/jQuery.extend/comment-page-1/#comment-1495</link>
		<dc:creator>Vance</dc:creator>
		<pubDate>Tue, 02 Feb 2010 04:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=204#comment-1495</guid>
		<description>would you provide a clone method like this:&lt;br&gt;$.clone = function(obj, [deep]) {&lt;br&gt;return !obj ? obj : $.extend(!deep, {}, obj); //deep clone by default&lt;br&gt;}</description>
		<content:encoded><![CDATA[<p>would you provide a clone method like this:<br />$.clone = function(obj, [deep]) {<br />return !obj ? obj : $.extend(!deep, {}, obj); //deep clone by default<br />}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/jQuery.extend/comment-page-1/#comment-1498</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Sat, 16 Jan 2010 11:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=204#comment-1498</guid>
		<description>We already mention that in the second paragraph above. I did go in and edit the entry to try to clarify a couple things, so thanks for bringing this to our attention.</description>
		<content:encoded><![CDATA[<p>We already mention that in the second paragraph above. I did go in and edit the entry to try to clarify a couple things, so thanks for bringing this to our attention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azoff</title>
		<link>http://api.jquery.com/jQuery.extend/comment-page-1/#comment-1497</link>
		<dc:creator>azoff</dc:creator>
		<pubDate>Sat, 16 Jan 2010 03:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=204#comment-1497</guid>
		<description>don&#039;t forget this little tidbit from the old docs: &quot;If no target is specified, the JQuery namespace itself is extended. This can be useful for plugin authors wishing to add new methods to JQuery&quot;</description>
		<content:encoded><![CDATA[<p>don&#39;t forget this little tidbit from the old docs: &#8220;If no target is specified, the JQuery namespace itself is extended. This can be useful for plugin authors wishing to add new methods to JQuery&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
