<?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 validate plugin, show only one error at a time</title>
	<atom:link href="http://www.bunchacode.com/programming/jquery-validate-plugin-show-only-one-error-at-a-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bunchacode.com/programming/jquery-validate-plugin-show-only-one-error-at-a-time/</link>
	<description></description>
	<lastBuildDate>Mon, 14 Nov 2011 19:36:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Funky Dude</title>
		<link>http://www.bunchacode.com/programming/jquery-validate-plugin-show-only-one-error-at-a-time/comment-page-1/#comment-2330</link>
		<dc:creator>Funky Dude</dc:creator>
		<pubDate>Tue, 19 Apr 2011 16:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=190#comment-2330</guid>
		<description>if you wanna keep the error class even though there is no longer an error on that input just comment out
$(element).parent(&#039;td&#039;).removeClass(&#039;error&#039;);

but you should do what i suggested above:
form input{color:black}</description>
		<content:encoded><![CDATA[<p>if you wanna keep the error class even though there is no longer an error on that input just comment out<br />
$(element).parent(&#8216;td&#8217;).removeClass(&#8216;error&#8217;);</p>
<p>but you should do what i suggested above:<br />
form input{color:black}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.bunchacode.com/programming/jquery-validate-plugin-show-only-one-error-at-a-time/comment-page-1/#comment-2329</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Tue, 19 Apr 2011 16:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=190#comment-2329</guid>
		<description>i use css to style the error (class) inputs, but after i insert the code you provide, the error class removed from the input fields that have errors, so i can&#039;t include the .error input{} in my css.

thanks a lot for your example and support!!!

all the best!
Philip</description>
		<content:encoded><![CDATA[<p>i use css to style the error (class) inputs, but after i insert the code you provide, the error class removed from the input fields that have errors, so i can&#8217;t include the .error input{} in my css.</p>
<p>thanks a lot for your example and support!!!</p>
<p>all the best!<br />
Philip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funky Dude</title>
		<link>http://www.bunchacode.com/programming/jquery-validate-plugin-show-only-one-error-at-a-time/comment-page-1/#comment-2325</link>
		<dc:creator>Funky Dude</dc:creator>
		<pubDate>Tue, 19 Apr 2011 13:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=190#comment-2325</guid>
		<description>yes. you mean error class? why cant you do something like:
form input{color:black}</description>
		<content:encoded><![CDATA[<p>yes. you mean error class? why cant you do something like:<br />
form input{color:black}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.bunchacode.com/programming/jquery-validate-plugin-show-only-one-error-at-a-time/comment-page-1/#comment-2322</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Tue, 19 Apr 2011 05:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=190#comment-2322</guid>
		<description>thanks a lot for this,
is it possible to keep the class to the input fields show[so] we can style with css the background color of the form?

thanks a lot again,
all the best</description>
		<content:encoded><![CDATA[<p>thanks a lot for this,<br />
is it possible to keep the class to the input fields show[so] we can style with css the background color of the form?</p>
<p>thanks a lot again,<br />
all the best</p>
]]></content:encoded>
	</item>
</channel>
</rss>

