<?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: Update for jQuery Live Form Validation Plugin</title>
	<atom:link href="http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/</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: Fredrik Reveny</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2181</link>
		<dc:creator>Fredrik Reveny</dc:creator>
		<pubDate>Tue, 22 Nov 2011 16:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2181</guid>
		<description>Yes, IDs are required. I&#039;m looking into expanding it to support classes at the moment.</description>
		<content:encoded><![CDATA[<p>Yes, IDs are required. I&#8217;m looking into expanding it to support classes at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ranet</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2159</link>
		<dc:creator>ranet</dc:creator>
		<pubDate>Sat, 22 Oct 2011 09:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2159</guid>
		<description>Ops the solutions is already there.
Thanks again.</description>
		<content:encoded><![CDATA[<p>Ops the solutions is already there.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ranet</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2158</link>
		<dc:creator>ranet</dc:creator>
		<pubDate>Sat, 22 Oct 2011 06:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2158</guid>
		<description>Hi,
Thank you for this awesome tool.
For it&#039;s what i want but i have multi-steps form and i would like to check if all fields are validated on click event.
my code is like this:

//Validation goes here
$(&#039;#submit_first&#039;).click(function(){
 .
.
.
.

//slide steps
$(&#039;#first_step&#039;).slideUp();
$(&#039;#second_step&#039;).slideDown();
}
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for this awesome tool.<br />
For it&#8217;s what i want but i have multi-steps form and i would like to check if all fields are validated on click event.<br />
my code is like this:</p>
<p>//Validation goes here<br />
$(&#8216;#submit_first&#8217;).click(function(){<br />
 .<br />
.<br />
.<br />
.</p>
<p>//slide steps<br />
$(&#8216;#first_step&#8217;).slideUp();<br />
$(&#8216;#second_step&#8217;).slideDown();<br />
}<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murdoc</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2123</link>
		<dc:creator>Murdoc</dc:creator>
		<pubDate>Tue, 27 Sep 2011 16:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2123</guid>
		<description>Hi, nice work but i found a bug... if you wan to validate a Date between 08-01-xxxx and 09-30-xxxx take it as wrong, but if we remove 0 in month (8-01-xxxx and 9-30-xxxx) it works.</description>
		<content:encoded><![CDATA[<p>Hi, nice work but i found a bug&#8230; if you wan to validate a Date between 08-01-xxxx and 09-30-xxxx take it as wrong, but if we remove 0 in month (8-01-xxxx and 9-30-xxxx) it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitra</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2088</link>
		<dc:creator>mitra</dc:creator>
		<pubDate>Wed, 14 Sep 2011 19:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2088</guid>
		<description>Its good but i found one issue with live validation of check-box and radio on Google Chrome 13.x. 
its only working on submit button click but as live validation like text-box and text-area its not working. any solution?
with other browsers its working as expected.</description>
		<content:encoded><![CDATA[<p>Its good but i found one issue with live validation of check-box and radio on Google Chrome 13.x.<br />
its only working on submit button click but as live validation like text-box and text-area its not working. any solution?<br />
with other browsers its working as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2077</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 05 Sep 2011 14:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2077</guid>
		<description>I want to add a tick when someone has completed a field correctly via a css class added to the input. Can anyone advise how to do this?

Thanks</description>
		<content:encoded><![CDATA[<p>I want to add a tick when someone has completed a field correctly via a css class added to the input. Can anyone advise how to do this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roralee</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2059</link>
		<dc:creator>Roralee</dc:creator>
		<pubDate>Wed, 24 Aug 2011 17:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2059</guid>
		<description>Oops! I just realized you have a sample for &quot;mobile&quot; on the simple form. I never bothered to  look. Sorry. Thanks, again.

I do notice another item. If you have the inline validation set to &quot;false&quot;, the validator does not remove the error class on the second submit. For example,

1. User hits submit w/o filling in any of the required items.
2. Error message/class is triggered on required items.
3. User fills in required elements but misses one.
4. User hits submit a second time.
5. Required fields were filled in still have the error message/class applied.

How do I go about accommodating this behavior?</description>
		<content:encoded><![CDATA[<p>Oops! I just realized you have a sample for &#8220;mobile&#8221; on the simple form. I never bothered to  look. Sorry. Thanks, again.</p>
<p>I do notice another item. If you have the inline validation set to &#8220;false&#8221;, the validator does not remove the error class on the second submit. For example,</p>
<p>1. User hits submit w/o filling in any of the required items.<br />
2. Error message/class is triggered on required items.<br />
3. User fills in required elements but misses one.<br />
4. User hits submit a second time.<br />
5. Required fields were filled in still have the error message/class applied.</p>
<p>How do I go about accommodating this behavior?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roralee</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2041</link>
		<dc:creator>Roralee</dc:creator>
		<pubDate>Thu, 18 Aug 2011 15:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2041</guid>
		<description>I quite like this script. As a relative newbie when it comes to validation, the part I&#039;m struggling with is adapting what you already have to validate a phone number. I noticed you don&#039;t have a sample in your already existing script.</description>
		<content:encoded><![CDATA[<p>I quite like this script. As a relative newbie when it comes to validation, the part I&#8217;m struggling with is adapting what you already have to validate a phone number. I noticed you don&#8217;t have a sample in your already existing script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: npr</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2034</link>
		<dc:creator>npr</dc:creator>
		<pubDate>Wed, 10 Aug 2011 02:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2034</guid>
		<description>Just to add...I am using input type=file.</description>
		<content:encoded><![CDATA[<p>Just to add&#8230;I am using input type=file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: npr</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2033</link>
		<dc:creator>npr</dc:creator>
		<pubDate>Wed, 10 Aug 2011 02:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2033</guid>
		<description>Thanks for the great validation script. 
Newbie here and just wondering if you could help me on how to validate .
I need to check if the file is pdf before submitting.
I hope you could help me with this.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Thanks for the great validation script.<br />
Newbie here and just wondering if you could help me on how to validate .<br />
I need to check if the file is pdf before submitting.<br />
I hope you could help me with this.<br />
Thanks in advance.</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/18 queries in 0.006 seconds using disk: basic
Object Caching 472/484 objects using disk: basic
Content Delivery Network via cdn1.geektantra.com

Served from: www.geektantra.com @ 2011-12-01 13:17:53 -->
