<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Add/remove form elements using jQuery</title>
	<atom:link href="http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/</link>
	<description>Just foolin' around...</description>
	<lastBuildDate>Sun, 26 Jul 2009 02:38:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob</title>
		<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-109</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 26 Jul 2009 02:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-109</guid>
		<description>See my new article @ http://www.web-design-talk.co.uk/58/adding-unlimited-form-fields-with-jquery-mysql/</description>
		<content:encoded><![CDATA[<p>See my new article @ <a href="http://www.web-design-talk.co.uk/58/adding-unlimited-form-fields-with-jquery-mysql/" rel="nofollow">http://www.web-design-talk.co.uk/58/adding-unlimited-form-fields-with-jquery-mysql/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-108</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 26 Jul 2009 02:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-108</guid>
		<description>As a few people have been asking how to save information to a database I made an extended tutorial using your original idea, where I get all the dynamic form values and save them to a MySQL database, using a many-many database design. See:

http://www.web-design-talk.co.uk/58/adding-unlimited-form-fields-with-jquery-mysql/</description>
		<content:encoded><![CDATA[<p>As a few people have been asking how to save information to a database I made an extended tutorial using your original idea, where I get all the dynamic form values and save them to a MySQL database, using a many-many database design. See:</p>
<p><a href="http://www.web-design-talk.co.uk/58/adding-unlimited-form-fields-with-jquery-mysql/" rel="nofollow">http://www.web-design-talk.co.uk/58/adding-unlimited-form-fields-with-jquery-mysql/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Eriksson</title>
		<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-107</link>
		<dc:creator>Jonas Eriksson</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-107</guid>
		<description>Ooops, hard to paste correct code, now I think I made it. There it is with correct format. The problem with the original code when I tried in ie7 was that it missed some endtags.  and  Hth</description>
		<content:encoded><![CDATA[<p>Ooops, hard to paste correct code, now I think I made it. There it is with correct format. The problem with the original code when I tried in ie7 was that it missed some endtags.  and  Hth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Eriksson</title>
		<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-106</link>
		<dc:creator>Jonas Eriksson</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-106</guid>
		<description>$(&quot;#divTxt&quot;).append(&quot;&lt;p id=&#039;row&quot; + id + &quot;&#039;&gt;&lt;label for=&#039;txt&quot; + id + &quot;&#039;&gt;Field &quot; + id + &quot; &lt;/label&gt;&lt;input type=&#039;text&#039; size=&#039;20&#039; name=&#039;txt[]&#039; id=&#039;txt&quot; + id + &quot;&#039;/&gt; &lt;a href=&#039;#&#039; onClick=&#039;removeFormField(\&quot;#row&quot; + id + &quot;\&quot;); return false;&#039;&gt;Remove&lt;/a&gt;&lt;/p&gt;&quot;);</description>
		<content:encoded><![CDATA[<p>$(&#8220;#divTxt&#8221;).append(&#8220;&lt;p id=&#8217;row&#8221; + id + &#8220;&#8216;&gt;&lt;label for=&#8217;txt&#8221; + id + &#8220;&#8216;&gt;Field &#8221; + id + &#8221; &lt;/label&gt;&lt;input type=&#8217;text&#8217; size=&#8217;20&#8242; name=&#8217;txt[]&#8216; id=&#8217;txt&#8221; + id + &#8220;&#8216;/&gt; &lt;a href=&#8217;#&#8217; onClick=&#8217;removeFormField(\&#8221;#row&#8221; + id + &#8220;\&#8221;); return false;&#8217;&gt;Remove&lt;/a&gt;&lt;/p&gt;&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Eriksson</title>
		<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-105</link>
		<dc:creator>Jonas Eriksson</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-105</guid>
		<description>$(&quot;#divTxt&quot;).append(&quot;&gt;p id=&#039;row&quot; + id + &quot;&#039;&lt;&gt;label for=&#039;txt&quot; + id + &quot;&#039;&gt;Field &quot; + id + &quot; &lt;/label&gt;&lt;input type=&#039;text&#039; size=&#039;20&#039; name=&#039;txt[]&#039; id=&#039;txt&quot; + id + &quot;&#039;/&gt; &lt;a href=&#039;#&#039; onClick=&#039;removeFormField(\&quot;#row&quot; + id + &quot;\&quot;); return false;&#039;&gt;Remove&lt;/a&gt;&lt;/p&gt;&quot;);</description>
		<content:encoded><![CDATA[<p>$(&#8220;#divTxt&#8221;).append(&#8220;&gt;p id=&#8217;row&#8221; + id + &#8220;&#8216;&lt;&gt;label for=&#8217;txt&#8221; + id + &#8220;&#8216;&gt;Field &#8221; + id + &#8221; &lt;/label&gt;&lt;input type=&#8217;text&#8217; size=&#8217;20&#8242; name=&#8217;txt[]&#8216; id=&#8217;txt&#8221; + id + &#8220;&#8216;/&gt; &lt;a href=&#8217;#&#8217; onClick=&#8217;removeFormField(\&#8221;#row&#8221; + id + &#8220;\&#8221;); return false;&#8217;&gt;Remove&lt;/a&gt;&lt;/p&gt;&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Eriksson</title>
		<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-104</link>
		<dc:creator>Jonas Eriksson</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-104</guid>
		<description>Trying to paste again... Now with pre.
&lt;pre&gt;
	function addFormField() {
	var id = document.getElementById(&quot;id&quot;).value;
	$(&quot;#divTxt&quot;).append(&quot;Field &quot; + id + &quot;  &lt;a href=&#039;#&#039; rel=&quot;nofollow&quot;&gt;Remove&lt;/a&gt;&quot;);
	id = (id-1)+2;
	document.getElementById(&quot;id&quot;).value = id;
	}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Trying to paste again&#8230; Now with pre.</p>
<pre>
	function addFormField() {
	var id = document.getElementById("id").value;
	$("#divTxt").append("Field " + id + "  <a href='#' rel="nofollow">Remove</a>");
	id = (id-1)+2;
	document.getElementById("id").value = id;
	}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Eriksson</title>
		<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-103</link>
		<dc:creator>Jonas Eriksson</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-103</guid>
		<description>Problem with ie was that the tags wasn&#039;t properly closed:
	function addFormField() {
	var id = document.getElementById(&quot;id&quot;).value;
	$(&quot;#divTxt&quot;).append(&quot;Field &quot; + id + &quot;  &lt;a href=&#039;#&#039; rel=&quot;nofollow&quot;&gt;Remove&lt;/a&gt;&quot;);
	id = (id-1)+2;
	document.getElementById(&quot;id&quot;).value = id;
	}</description>
		<content:encoded><![CDATA[<p>Problem with ie was that the tags wasn&#8217;t properly closed:<br />
	function addFormField() {<br />
	var id = document.getElementById(&#8220;id&#8221;).value;<br />
	$(&#8220;#divTxt&#8221;).append(&#8220;Field &#8221; + id + &#8221;  <a href='#' rel="nofollow">Remove</a>&#8220;);<br />
	id = (id-1)+2;<br />
	document.getElementById(&#8220;id&#8221;).value = id;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Consultant</title>
		<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-102</link>
		<dc:creator>Web Consultant</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-102</guid>
		<description>There should be a more beautiful way like not just writing the HTML code, but using JQuery to generate the form objects.

I try to find out.</description>
		<content:encoded><![CDATA[<p>There should be a more beautiful way like not just writing the HTML code, but using JQuery to generate the form objects.</p>
<p>I try to find out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unwrangle</title>
		<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-101</link>
		<dc:creator>unwrangle</dc:creator>
		<pubDate>Wed, 01 Jul 2009 06:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-101</guid>
		<description>just to update for step 4: $(id).remove(); doesn&#039;t work (maybe for newer jquery)..

now u need: $(&#039;#&#039;+id).remove();

cheers</description>
		<content:encoded><![CDATA[<p>just to update for step 4: $(id).remove(); doesn&#8217;t work (maybe for newer jquery)..</p>
<p>now u need: $(&#8216;#&#8217;+id).remove();</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: efrg</title>
		<link>http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-100</link>
		<dc:creator>efrg</dc:creator>
		<pubDate>Tue, 16 Jun 2009 20:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/#comment-100</guid>
		<description>wefrgt http://www.linkedin.com/in/dgdfdgf sites like youporno com dasadsa  http://www.linkedin.com/in/dgdfdgf youporno arabic dasadsa  http://www.linkedin.com/in/dgdfdgf youporno com lite beta dasadsa http://www.linkedin.com/in/dgdfdgf youporno asian</description>
		<content:encoded><![CDATA[<p>wefrgt <a href="http://www.linkedin.com/in/dgdfdgf" rel="nofollow">http://www.linkedin.com/in/dgdfdgf</a> sites like youporno com dasadsa  <a href="http://www.linkedin.com/in/dgdfdgf" rel="nofollow">http://www.linkedin.com/in/dgdfdgf</a> youporno arabic dasadsa  <a href="http://www.linkedin.com/in/dgdfdgf" rel="nofollow">http://www.linkedin.com/in/dgdfdgf</a> youporno com lite beta dasadsa <a href="http://www.linkedin.com/in/dgdfdgf" rel="nofollow">http://www.linkedin.com/in/dgdfdgf</a> youporno asian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
