<?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: Dynamically Add Remove Elements using jQuery</title>
	<atom:link href="http://ajaxmint.com/2009/11/dynamically-add-remove-elements-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajaxmint.com/2009/11/dynamically-add-remove-elements-using-jquery/</link>
	<description>Endless Ajax Resources</description>
	<lastBuildDate>Mon, 02 May 2011 20:14:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: anand</title>
		<link>http://ajaxmint.com/2009/11/dynamically-add-remove-elements-using-jquery/comment-page-1/#comment-715</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Thu, 22 Jul 2010 07:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxmint.com/?p=930#comment-715</guid>
		<description>Hi, 
i would like to place the remove button near each input field, so that the user can remove a specific text field...
can u plz help me ? :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i would like to place the remove button near each input field, so that the user can remove a specific text field&#8230;<br />
can u plz help me ? <img src='http://ajaxmint.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal</title>
		<link>http://ajaxmint.com/2009/11/dynamically-add-remove-elements-using-jquery/comment-page-1/#comment-711</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Thu, 15 Jul 2010 12:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxmint.com/?p=930#comment-711</guid>
		<description>its really demanding.
thanks for this code</description>
		<content:encoded><![CDATA[<p>its really demanding.<br />
thanks for this code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://ajaxmint.com/2009/11/dynamically-add-remove-elements-using-jquery/comment-page-1/#comment-387</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 05:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxmint.com/?p=930#comment-387</guid>
		<description>Please check the demo and see view source of demo http://ajaxmint.com/demo/add-remove-elements.html

the below line 
&lt;code&gt;$(&quot;#choiceTemplate&quot;).append(&quot;
&lt;div id=&quot;current&quot; + current + &quot;&quot;&gt;Answer Choice &quot; + current + &quot; :&lt;input id=&quot;answer&quot; + current + &quot;&quot; name=&quot;answer[]&quot; size=&quot;20&quot; type=&quot;text&quot;/&gt;&lt;/div&gt;&quot;);&lt;/code&gt;

should be 

&lt;code&gt;$(&quot;#choiceTemplate&quot;).append(&quot;&lt;div id=&#039;current&quot; + current +&quot;&#039;&gt;Answer Choice &quot; + current + &quot; :&lt;input id=&#039;answer&quot; + current + &quot;&#039; name=&#039;answer[]&#039; size=&#039;20&#039; type=&#039;text&#039; /&gt;&lt;/div&gt;&quot;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Please check the demo and see view source of demo <a href="http://ajaxmint.com/demo/add-remove-elements.html" rel="nofollow">http://ajaxmint.com/demo/add-remove-elements.html</a></p>
<p>the below line<br />
<code>$("#choiceTemplate").append("</p>
<div id="current" + current + "">Answer Choice " + current + " :<br />
<input id="answer" + current + "" name="answer[]" size="20" type="text"/></div>
<p>");</code></p>
<p>should be </p>
<p><code>$("#choiceTemplate").append("
<div id='current" + current +"'>Answer Choice " + current + " :<br />
<input id='answer" + current + "' name='answer[]' size='20' type='text' /></div>
<p>");</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anish</title>
		<link>http://ajaxmint.com/2009/11/dynamically-add-remove-elements-using-jquery/comment-page-1/#comment-385</link>
		<dc:creator>anish</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxmint.com/?p=930#comment-385</guid>
		<description>one error on .append() function</description>
		<content:encoded><![CDATA[<p>one error on .append() function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://ajaxmint.com/2009/11/dynamically-add-remove-elements-using-jquery/comment-page-1/#comment-346</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Jan 2010 07:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxmint.com/?p=930#comment-346</guid>
		<description>Hi Harry,

No plugin needed..this is simple jquery code.

any issue with the above code? i am happy to help you.

Thanks,
Raja.
</description>
		<content:encoded><![CDATA[<p>Hi Harry,</p>
<p>No plugin needed..this is simple jquery code.</p>
<p>any issue with the above code? i am happy to help you.</p>
<p>Thanks,<br />
Raja.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://ajaxmint.com/2009/11/dynamically-add-remove-elements-using-jquery/comment-page-1/#comment-345</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Wed, 27 Jan 2010 06:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxmint.com/?p=930#comment-345</guid>
		<description>Hi Raja,

Thanks for the post, What plugins we require to run the above mentioned code?

Thanks 
Harry</description>
		<content:encoded><![CDATA[<p>Hi Raja,</p>
<p>Thanks for the post, What plugins we require to run the above mentioned code?</p>
<p>Thanks<br />
Harry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

