<?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: Release: Validation plugin 1.2</title>
	<atom:link href="http://bassistance.de/2008/01/20/release-validation-plugin-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de/2008/01/20/release-validation-plugin-12/</link>
	<description>Jörn Zaefferer on Bass, Geeks and Rock'n'Roll</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ken</title>
		<link>http://bassistance.de/2008/01/20/release-validation-plugin-12/comment-page-1/#comment-143201</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 15 Oct 2008 21:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/20/release-validation-plugin-12/#comment-143201</guid>
		<description>HI Jörn,
I have used captcha image, when i click reseft captcha image, so it reload page. please fix it for somebody ^^
Thanks so much !
great plugin</description>
		<content:encoded><![CDATA[<p>HI Jörn,<br />
I have used captcha image, when i click reseft captcha image, so it reload page. please fix it for somebody ^^<br />
Thanks so much !<br />
great plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://bassistance.de/2008/01/20/release-validation-plugin-12/comment-page-1/#comment-117952</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Mon, 23 Jun 2008 02:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/20/release-validation-plugin-12/#comment-117952</guid>
		<description>HI Jörn,
I am trying to add dynamically fields to the form and then adding rules to them for validation. However, it does not seem to work the way I do it.  It used the be a refresh() method where the form could be refresh after adding new fields, but it is gone now I think.
&lt;code&gt;
function addRow() {

var duplicatetemplate1 = jQuery.format($j(&quot;#duplicateTemplate1&quot;).find(&#039;tbody&#039;).html());                                                              
                      
                      $j(duplicatetemplate1(iii++)).appendTo(&quot;#duplicateField1&quot;);
                    
                                          
                      //Add the rules
                                 
                       $j(&quot;#keyvalue&quot; + iii).rules(&quot;add&quot;, {
                       required: true
                       }); 
	                   	
	                   	}
                    	 var iii = 1;                
                    	

&lt;/code&gt;
and my field to be duplicated is contained in a div as follow:
&lt;code&gt;

email3 {0}*








&lt;/code&gt;


Anyway, when you will get a chance. I know this can work.;)</description>
		<content:encoded><![CDATA[<p>HI Jörn,<br />
I am trying to add dynamically fields to the form and then adding rules to them for validation. However, it does not seem to work the way I do it.  It used the be a refresh() method where the form could be refresh after adding new fields, but it is gone now I think.<br />
<code><br />
function addRow() {</p>
<p>var duplicatetemplate1 = jQuery.format($j("#duplicateTemplate1").find('tbody').html());                                                              </p>
<p>                      $j(duplicatetemplate1(iii++)).appendTo("#duplicateField1");</p>
<p>                      //Add the rules</p>
<p>                       $j("#keyvalue" + iii).rules("add", {<br />
                       required: true<br />
                       }); </p>
<p>	                   	}<br />
                    	 var iii = 1;                </p>
<p></code><br />
and my field to be duplicated is contained in a div as follow:<br />
<code></p>
<p>email3 {0}*</p>
<p></code></p>
<p>Anyway, when you will get a chance. I know this can work.;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://bassistance.de/2008/01/20/release-validation-plugin-12/comment-page-1/#comment-93393</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Wed, 30 Jan 2008 12:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/20/release-validation-plugin-12/#comment-93393</guid>
		<description>this is so great, thx for this update!</description>
		<content:encoded><![CDATA[<p>this is so great, thx for this update!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bassistance.de &#187; jQuery Validation plugin overview</title>
		<link>http://bassistance.de/2008/01/20/release-validation-plugin-12/comment-page-1/#comment-93228</link>
		<dc:creator>bassistance.de &#187; jQuery Validation plugin overview</dc:creator>
		<pubDate>Tue, 29 Jan 2008 23:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/20/release-validation-plugin-12/#comment-93228</guid>
		<description>[...] I&#8217;ve recently posted about the 1.2 release of the validation plugin. The post contains an unordered list of changes from the last release, which is handy when coming from a previous release, but lacks the perspective of someone new to the plugin. Therefore his post will cover three areas where the plugin has been improved significantly, and will also serve as a introduction to the plugin. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve recently posted about the 1.2 release of the validation plugin. The post contains an unordered list of changes from the last release, which is handy when coming from a previous release, but lacks the perspective of someone new to the plugin. Therefore his post will cover three areas where the plugin has been improved significantly, and will also serve as a introduction to the plugin. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Bango</title>
		<link>http://bassistance.de/2008/01/20/release-validation-plugin-12/comment-page-1/#comment-86987</link>
		<dc:creator>Rey Bango</dc:creator>
		<pubDate>Mon, 21 Jan 2008 03:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/20/release-validation-plugin-12/#comment-86987</guid>
		<description>Sweet! Can&#039;t wait to check it out! Great job Joern!</description>
		<content:encoded><![CDATA[<p>Sweet! Can&#8217;t wait to check it out! Great job Joern!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wahlforss</title>
		<link>http://bassistance.de/2008/01/20/release-validation-plugin-12/comment-page-1/#comment-86923</link>
		<dc:creator>Eric Wahlforss</dc:creator>
		<pubDate>Sun, 20 Jan 2008 21:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/20/release-validation-plugin-12/#comment-86923</guid>
		<description>Wow! Great news! I will test this and send you a donation tomorrow.</description>
		<content:encoded><![CDATA[<p>Wow! Great news! I will test this and send you a donation tomorrow.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
