<?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: .prepend()</title>
	<atom:link href="http://api.jquery.com/prepend/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/prepend/</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: Jake</title>
		<link>http://api.jquery.com/prepend/comment-page-1/#comment-7905</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 02 Dec 2010 02:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=147#comment-7905</guid>
		<description>Is there a javascript equivalent to the prepend method (like appendChild is to append)?</description>
		<content:encoded><![CDATA[<p>Is there a javascript equivalent to the prepend method (like appendChild is to append)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://api.jquery.com/prepend/comment-page-1/#comment-7309</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Wed, 01 Dec 2010 18:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=147#comment-7309</guid>
		<description>Is there a javascript equivalent to the prepend method (like appendChild is to append)?</description>
		<content:encoded><![CDATA[<p>Is there a javascript equivalent to the prepend method (like appendChild is to append)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qbert</title>
		<link>http://api.jquery.com/prepend/comment-page-1/#comment-6972</link>
		<dc:creator>Qbert</dc:creator>
		<pubDate>Sun, 14 Nov 2010 11:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=147#comment-6972</guid>
		<description>awq=$(&#039;#show&#039;); awe=$(&quot;:first-child&quot;, awq)[0];&lt;br&gt; awe.prepend(&#039;&lt;p&gt;Test&lt;/p&gt;&#039;);&lt;br&gt;&lt;br&gt;awe.prepend is not a function.&lt;br&gt;&lt;br&gt;PLEASE HELP !!!</description>
		<content:encoded><![CDATA[<p>awq=$(&#39;#show&#39;); awe=$(&#8220;:first-child&#8221;, awq)[0];<br /> awe.prepend(&#39;
<p>Test</p>
<p>&#39;);</p>
<p>awe.prepend is not a function.</p>
<p>PLEASE HELP !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arch8emu</title>
		<link>http://api.jquery.com/prepend/comment-page-1/#comment-6780</link>
		<dc:creator>Arch8emu</dc:creator>
		<pubDate>Wed, 03 Nov 2010 13:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=147#comment-6780</guid>
		<description>prenpend(&quot;&lt;div&gt; Hello &lt;/div&gt;&quot;) does not add div in IE but works fine in firefox. Any help is greatly appreciated. 
&lt;br&gt;
&lt;br&gt;Thanks</description>
		<content:encoded><![CDATA[<p>prenpend(&#8220;&lt;div&gt; Hello &lt;/div&gt;&#8221;) does not add div in IE but works fine in firefox. Any help is greatly appreciated. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suggesto</title>
		<link>http://api.jquery.com/prepend/comment-page-1/#comment-6618</link>
		<dc:creator>suggesto</dc:creator>
		<pubDate>Wed, 27 Oct 2010 05:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=147#comment-6618</guid>
		<description>How about adding an example for the function usage.</description>
		<content:encoded><![CDATA[<p>How about adding an example for the function usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Kerns</title>
		<link>http://api.jquery.com/prepend/comment-page-1/#comment-6514</link>
		<dc:creator>Bob Kerns</dc:creator>
		<pubDate>Fri, 22 Oct 2010 01:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=147#comment-6514</guid>
		<description>The documentation fails to specify the return value.</description>
		<content:encoded><![CDATA[<p>The documentation fails to specify the return value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lygia Ferreira</title>
		<link>http://api.jquery.com/prepend/comment-page-1/#comment-6334</link>
		<dc:creator>Lygia Ferreira</dc:creator>
		<pubDate>Wed, 13 Oct 2010 14:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=147#comment-6334</guid>
		<description>.prepend() run in IE7? and in Safari?&lt;br&gt;&lt;br&gt;Tks</description>
		<content:encoded><![CDATA[<p>.prepend() run in IE7? and in Safari?</p>
<p>Tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/prepend/comment-page-1/#comment-5855</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Sat, 18 Sep 2010 19:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=147#comment-5855</guid>
		<description>You&#039;d have to load the data first, probably with an &lt;a href=&quot;http://api.jquery.com/category/ajax/&quot; rel=&quot;nofollow&quot;&gt;Ajax method&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You&#39;d have to load the data first, probably with an <a href="http://api.jquery.com/category/ajax/" rel="nofollow">Ajax method</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A_hayden</title>
		<link>http://api.jquery.com/prepend/comment-page-1/#comment-12347</link>
		<dc:creator>A_hayden</dc:creator>
		<pubDate>Fri, 17 Sep 2010 18:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=147#comment-12347</guid>
		<description>How would one prepend data from an external source?
i.e.
$(&quot;#theparty&quot;).prepend(&quot;thetable.php?num=1&quot;);

would one need to load the &quot;thetable.php?num=1&quot; into a variable first?</description>
		<content:encoded><![CDATA[<p>How would one prepend data from an external source?<br />
i.e.<br />
$(&#8220;#theparty&#8221;).prepend(&#8220;thetable.php?num=1&#8243;);</p>
<p>would one need to load the &#8220;thetable.php?num=1&#8243; into a variable first?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey Ballou</title>
		<link>http://api.jquery.com/prepend/comment-page-1/#comment-4092</link>
		<dc:creator>Corey Ballou</dc:creator>
		<pubDate>Fri, 09 Jul 2010 17:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=147#comment-4092</guid>
		<description>It&#039;s worth noting that prepend() supports passing in multiple objects as parameters.. i.e.:&lt;br&gt;&lt;br&gt;&lt;code&gt;&lt;br&gt;var $obj = $(&#039;&lt;div id=&quot;object1&quot; /&gt;&#039;);&lt;br&gt;var $obj2 = $(&#039;&lt;div id=&quot;object2&quot; /&gt;&#039;);&lt;br&gt;$(&#039;body&#039;).prepend($obj, $obj2);&lt;br&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>It&#39;s worth noting that prepend() supports passing in multiple objects as parameters.. i.e.:</p>
<p><code><br />var $obj = $(&#39;&lt;div id="object1" /&gt;&#39;);<br />var $obj2 = $(&#39;&lt;div id="object2" /&gt;&#39;);<br />$(&#39;body&#39;).prepend($obj, $obj2);<br /></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

