<?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 Dynamic Form</title>
	<atom:link href="http://www.arietis-software.com/index.php/2009/11/28/jquery-dynamic-form-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arietis-software.com/index.php/2009/11/28/jquery-dynamic-form-2/</link>
	<description>Design and Build Web Site Solutions</description>
	<lastBuildDate>Fri, 30 Apr 2010 08:57:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=9721</generator>
	<item>
		<title>By: Derek</title>
		<link>http://www.arietis-software.com/index.php/2009/11/28/jquery-dynamic-form-2/comment-page-1/#comment-287</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Wed, 21 Apr 2010 01:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=305#comment-287</guid>
		<description>@Rico. Thanks for pointing that out. I&#039;ve updated the script.</description>
		<content:encoded><![CDATA[<p>@Rico. Thanks for pointing that out. I&#8217;ve updated the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rico</title>
		<link>http://www.arietis-software.com/index.php/2009/11/28/jquery-dynamic-form-2/comment-page-1/#comment-286</link>
		<dc:creator>Rico</dc:creator>
		<pubDate>Thu, 15 Apr 2010 16:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=305#comment-286</guid>
		<description>In your script the delete button does not delete the right fieldset!

Try 
var parent = $(this).parent(&#039;fieldset&#039;); 
insted of 
var parent = addButtonObj.prev(&#039;fieldset&#039;);</description>
		<content:encoded><![CDATA[<p>In your script the delete button does not delete the right fieldset!</p>
<p>Try<br />
var parent = $(this).parent(&#8216;fieldset&#8217;);<br />
insted of<br />
var parent = addButtonObj.prev(&#8216;fieldset&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.arietis-software.com/index.php/2009/11/28/jquery-dynamic-form-2/comment-page-1/#comment-285</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Tue, 30 Mar 2010 22:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=305#comment-285</guid>
		<description>@Gerald
If you want to use a jquery validation plugin that checks fields before they&#039;re submitted, you&#039;ll need to wire the dynamicForm plugin to call the validate() function after each new fieldset is inserted. You could do this through a callback function.
If you want to check fields after they&#039;ve been submitted, you&#039;ll need to run through all the submitted post variables; check if they&#039;re valid; and then either show the validation errors and the form again, or process the data.</description>
		<content:encoded><![CDATA[<p>@Gerald<br />
If you want to use a jquery validation plugin that checks fields before they&#8217;re submitted, you&#8217;ll need to wire the dynamicForm plugin to call the validate() function after each new fieldset is inserted. You could do this through a callback function.<br />
If you want to check fields after they&#8217;ve been submitted, you&#8217;ll need to run through all the submitted post variables; check if they&#8217;re valid; and then either show the validation errors and the form again, or process the data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald</title>
		<link>http://www.arietis-software.com/index.php/2009/11/28/jquery-dynamic-form-2/comment-page-1/#comment-284</link>
		<dc:creator>Gerald</dc:creator>
		<pubDate>Tue, 30 Mar 2010 22:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=305#comment-284</guid>
		<description>Hi,
Great script, I wan to know if it´s posible validate the new inputs generated.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great script, I wan to know if it´s posible validate the new inputs generated.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
