<?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, 08 Sep 2010 11:27:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nikola</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-707</link>
		<dc:creator>Nikola</dc:creator>
		<pubDate>Mon, 02 Aug 2010 12:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-707</guid>
		<description>Come to think of it:
[code]
jQuery(&quot;#ValidPassword .required&quot;).validate({
  expression: &quot;if (VAL.length &gt; 5 &amp;&amp; VAL) return true; else return false;&quot;,
  message: &quot;Please enter a valid Password&quot;
});
[/code]
would validate only field with class=&quot;required&quot;.

Hope someone finds this useful.
Thanks for perfect jquery validation plugin.</description>
		<content:encoded><![CDATA[<p>Come to think of it:<br />
[code]<br />
jQuery("#ValidPassword .required").validate({<br />
  expression: "if (VAL.length &gt; 5 &amp;&amp; VAL) return true; else return false;",<br />
  message: "Please enter a valid Password"<br />
});<br />
[/code]<br />
would validate only field with class=&#8221;required&#8221;.</p>
<p>Hope someone finds this useful.<br />
Thanks for perfect jquery validation plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikola</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-705</link>
		<dc:creator>Nikola</dc:creator>
		<pubDate>Mon, 02 Aug 2010 11:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-705</guid>
		<description>Hi, first thanks for excellent plugin. Everthing works OK, but I have a question: 
There are 2 ways a user can login: user/pass combo or smartcard/pin combo.
I&#039;m using jQuery to hide fields depending on whether SmartCard is inserted. Is there a way to validate just visible fields?</description>
		<content:encoded><![CDATA[<p>Hi, first thanks for excellent plugin. Everthing works OK, but I have a question:<br />
There are 2 ways a user can login: user/pass combo or smartcard/pin combo.<br />
I&#8217;m using jQuery to hide fields depending on whether SmartCard is inserted. Is there a way to validate just visible fields?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-620</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 09 Jun 2010 20:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-620</guid>
		<description>Sorry. Got it fixed. Just took off the AJAX callback.</description>
		<content:encoded><![CDATA[<p>Sorry. Got it fixed. Just took off the AJAX callback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-619</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 09 Jun 2010 18:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-619</guid>
		<description>Great validation script. One of the best out there.

Upon submitting the form my confirmation page (e.g. completed.htm) loads into the same space where the form was. What setting do I change to where the completed submittal doesn&#039;t load into the same page?</description>
		<content:encoded><![CDATA[<p>Great validation script. One of the best out there.</p>
<p>Upon submitting the form my confirmation page (e.g. completed.htm) loads into the same space where the form was. What setting do I change to where the completed submittal doesn&#8217;t load into the same page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-582</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Mon, 31 May 2010 16:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-582</guid>
		<description>Hello,

I&#039;m trying your validation tool and I have this message only in IE :
Out of memory at line:12

The form is well posted after I click &quot;ok&quot;, but I have this javascript alert message and it&#039;s of course very annoying.

Do you know where it could come from ?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m trying your validation tool and I have this message only in IE :<br />
Out of memory at line:12</p>
<p>The form is well posted after I click &#8220;ok&#8221;, but I have this javascript alert message and it&#8217;s of course very annoying.</p>
<p>Do you know where it could come from ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: windows 7 driver</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-516</link>
		<dc:creator>windows 7 driver</dc:creator>
		<pubDate>Tue, 18 May 2010 10:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-516</guid>
		<description>I am constantly invstigating online for tips that can assist me. Thx!</description>
		<content:encoded><![CDATA[<p>I am constantly invstigating online for tips that can assist me. Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-463</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Sun, 18 Apr 2010 05:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-463</guid>
		<description>GeekTantra,

I&#039;ve tried using class instead of id and can&#039;t get my validation to work. Just want to confirm that id&#039;s must be used. Thanks...

$(&quot;.quantity&quot;).validate({
expression: &quot;if (VAL != &#039;0&#039;) return true; else return false;&quot;,
message: &quot;Enter one or greater&quot;
});

also tried

$(&quot;#formID.quantity&quot;).validate({
expression: &quot;if (VAL != &#039;0&#039;) return true; else return false;&quot;,
message: &quot;Enter one or greater&quot;
});</description>
		<content:encoded><![CDATA[<p>GeekTantra,</p>
<p>I&#8217;ve tried using class instead of id and can&#8217;t get my validation to work. Just want to confirm that id&#8217;s must be used. Thanks&#8230;</p>
<p>$(&#8220;.quantity&#8221;).validate({<br />
expression: &#8220;if (VAL != &#8217;0&#8242;) return true; else return false;&#8221;,<br />
message: &#8220;Enter one or greater&#8221;<br />
});</p>
<p>also tried</p>
<p>$(&#8220;#formID.quantity&#8221;).validate({<br />
expression: &#8220;if (VAL != &#8217;0&#8242;) return true; else return false;&#8221;,<br />
message: &#8220;Enter one or greater&#8221;<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-390</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 05 Apr 2010 22:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-390</guid>
		<description>Is there any way to change this wokr with live() so that it may carry through when dynamically adding form elements etc? I was able to get it sorta working but glitchy in i.e and no submission. Tried it with the latest 1.4 jquery release. Any suggestions?

Ryan</description>
		<content:encoded><![CDATA[<p>Is there any way to change this wokr with live() so that it may carry through when dynamically adding form elements etc? I was able to get it sorta working but glitchy in i.e and no submission. Tried it with the latest 1.4 jquery release. Any suggestions?</p>
<p>Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan G.</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-374</link>
		<dc:creator>Jordan G.</dc:creator>
		<pubDate>Thu, 01 Apr 2010 22:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-374</guid>
		<description>Hi GeekTantra, 

Great plugin, but I had a question regarding the callback functions. If the validation expression returns true, is it possible to execute a function? For example, I want to validate that the input entered is a valid number. If it is, I&#039;d like to format it as currency, other wise return false. Is something like that possible?

Thanks,

Jordan</description>
		<content:encoded><![CDATA[<p>Hi GeekTantra, </p>
<p>Great plugin, but I had a question regarding the callback functions. If the validation expression returns true, is it possible to execute a function? For example, I want to validate that the input entered is a valid number. If it is, I&#8217;d like to format it as currency, other wise return false. Is something like that possible?</p>
<p>Thanks,</p>
<p>Jordan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Liu</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-151</link>
		<dc:creator>Mr.Liu</dc:creator>
		<pubDate>Wed, 10 Feb 2010 01:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-151</guid>
		<description>Hi, GeekTantra.</description>
		<content:encoded><![CDATA[<p>Hi, GeekTantra.</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! -->