<?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 Live Form Validation Version 1.1</title>
	<atom:link href="http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/</link>
	<description>yet another geek&#039;s blog</description>
	<lastBuildDate>Wed, 30 Nov 2011 16:36:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anonnymoose</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-2173</link>
		<dc:creator>Anonnymoose</dc:creator>
		<pubDate>Sun, 13 Nov 2011 18:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-2173</guid>
		<description>Excellent script, but I was having some strange behaviour when combining this with jQuery UI&#039;s Datepicker option. 

The problem was that if a validation error had been triggered and you then proceeded to set a date the error message was not cleared unless you again clicked in and out of the field (or just ignored the error and carried on, but this is not helpful to the end user!). To overcome this I added &#039;change&#039; to the bind parameters in jquery.validate.js line 46.

Before:      jQuery(this).bind(&#039;focus keypress&#039;, function(){
After:         jQuery(this).bind(&#039;focus keypress change&#039;, function(){  

I have not tested all of the features of the validate script to see if this causes any problems elsewhere but thought I would post in case it helps anyone else as it solves the problem for me.

GeekTantra,  hope you don&#039;t mind my tinkering with your code.</description>
		<content:encoded><![CDATA[<p>Excellent script, but I was having some strange behaviour when combining this with jQuery UI&#8217;s Datepicker option. </p>
<p>The problem was that if a validation error had been triggered and you then proceeded to set a date the error message was not cleared unless you again clicked in and out of the field (or just ignored the error and carried on, but this is not helpful to the end user!). To overcome this I added &#8216;change&#8217; to the bind parameters in jquery.validate.js line 46.</p>
<p>Before:      jQuery(this).bind(&#8216;focus keypress&#8217;, function(){<br />
After:         jQuery(this).bind(&#8216;focus keypress change&#8217;, function(){  </p>
<p>I have not tested all of the features of the validate script to see if this causes any problems elsewhere but thought I would post in case it helps anyone else as it solves the problem for me.</p>
<p>GeekTantra,  hope you don&#8217;t mind my tinkering with your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amuixcrdby</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-2072</link>
		<dc:creator>amuixcrdby</dc:creator>
		<pubDate>Fri, 26 Aug 2011 16:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-2072</guid>
		<description>YsK0dA  &lt;a href=&quot;http://yrtxpbubflul.com/&quot; rel=&quot;nofollow&quot;&gt;yrtxpbubflul&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>YsK0dA  <a href="http://yrtxpbubflul.com/" rel="nofollow">yrtxpbubflul</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheyanna</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-2043</link>
		<dc:creator>Cheyanna</dc:creator>
		<pubDate>Sun, 21 Aug 2011 16:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-2043</guid>
		<description>I was looking everyehwre and this popped up like nothing!</description>
		<content:encoded><![CDATA[<p>I was looking everyehwre and this popped up like nothing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-880</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 24 Mar 2011 21:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-880</guid>
		<description>The reg expression for validating no spaces is not working: /^[\S]*$/</description>
		<content:encoded><![CDATA[<p>The reg expression for validating no spaces is not working: /^[\S]*$/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivasan</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-806</link>
		<dc:creator>srinivasan</dc:creator>
		<pubDate>Thu, 25 Nov 2010 10:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-806</guid>
		<description>excellent tutorial</description>
		<content:encoded><![CDATA[<p>excellent tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peeke</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-800</link>
		<dc:creator>peeke</dc:creator>
		<pubDate>Mon, 15 Nov 2010 21:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-800</guid>
		<description>hi, very nice solution on the radiobuttons. I have a problem. I make several forms on a page via mysql. They are in a hidden div. When clicked on a link one of them wil show. In every form are radiobuttons with different id&#039;s. How can I pass those id&#039;s to the script so I have to use only one script for all the forms.</description>
		<content:encoded><![CDATA[<p>hi, very nice solution on the radiobuttons. I have a problem. I make several forms on a page via mysql. They are in a hidden div. When clicked on a link one of them wil show. In every form are radiobuttons with different id&#8217;s. How can I pass those id&#8217;s to the script so I have to use only one script for all the forms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeekTantra</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-748</link>
		<dc:creator>GeekTantra</dc:creator>
		<pubDate>Sun, 17 Oct 2010 04:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-748</guid>
		<description>Hi Nikola,

If you observe the advanced demo carefully. The validation example for checkboxes given there is for a set of checkboxes out enclosed in the id=&quot;ValidCheckbox&quot;. You have two options to implement your case, either use it with the enclosing id or write the following expression:
jQuery(“#tcaccept”).validate({
  expression: “if (jQuery(&#039;#tcaccept&#039;).is(&#039;:checked&#039;)) return true; else return false;”,
  message: “Please check this to agree to Terms &amp; Conditions.”
});

I guess the above solution will fit your needs perfectly.

Regards,
GeekTantra</description>
		<content:encoded><![CDATA[<p>Hi Nikola,</p>
<p>If you observe the advanced demo carefully. The validation example for checkboxes given there is for a set of checkboxes out enclosed in the id=&#8221;ValidCheckbox&#8221;. You have two options to implement your case, either use it with the enclosing id or write the following expression:<br />
jQuery(“#tcaccept”).validate({<br />
  expression: “if (jQuery(&#8216;#tcaccept&#8217;).is(&#8216;:checked&#8217;)) return true; else return false;”,<br />
  message: “Please check this to agree to Terms &#038; Conditions.”<br />
});</p>
<p>I guess the above solution will fit your needs perfectly.</p>
<p>Regards,<br />
GeekTantra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikola</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-744</link>
		<dc:creator>Nikola</dc:creator>
		<pubDate>Thu, 14 Oct 2010 09:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-744</guid>
		<description>ok. just lost my html code above. sorry.
I have just a straight input type=checkbox name=tcaccept id=tcaccept value=on
I removed quotes and other special chars

Thanks in advance
Nikola</description>
		<content:encoded><![CDATA[<p>ok. just lost my html code above. sorry.<br />
I have just a straight input type=checkbox name=tcaccept id=tcaccept value=on<br />
I removed quotes and other special chars</p>
<p>Thanks in advance<br />
Nikola</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikola</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-743</link>
		<dc:creator>Nikola</dc:creator>
		<pubDate>Thu, 14 Oct 2010 09:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-743</guid>
		<description>
I declare that I have read and I agree with the Terms &amp; Conditions

and I&#039;ve put your default script from demo changed to find #tcaccept in my header


jQuery(&quot;#tcaccept&quot;).validate({
  expression: &quot;if (isChecked(SelfID)) return true; else return false;&quot;,
  message: &quot;Please check this to agree to Terms &amp; Conditions.&quot;
});

I always get the error message. No matter if it&#039;s checked or not</description>
		<content:encoded><![CDATA[<p>I declare that I have read and I agree with the Terms &amp; Conditions</p>
<p>and I&#8217;ve put your default script from demo changed to find #tcaccept in my header</p>
<p>jQuery(&#8220;#tcaccept&#8221;).validate({<br />
  expression: &#8220;if (isChecked(SelfID)) return true; else return false;&#8221;,<br />
  message: &#8220;Please check this to agree to Terms &amp; Conditions.&#8221;<br />
});</p>
<p>I always get the error message. No matter if it&#8217;s checked or not</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeekTantra</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-742</link>
		<dc:creator>GeekTantra</dc:creator>
		<pubDate>Tue, 12 Oct 2010 06:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-742</guid>
		<description>I double checked it with 8-31-2010 and 9-30-2010 it is working fine. Please check your implementation.</description>
		<content:encoded><![CDATA[<p>I double checked it with 8-31-2010 and 9-30-2010 it is working fine. Please check your implementation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/19 queries in 0.003 seconds using disk: basic
Object Caching 475/489 objects using disk: basic
Content Delivery Network via cdn1.geektantra.com

Served from: www.geektantra.com @ 2011-12-01 17:26:40 -->
