<?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 Validation plugin overview</title>
	<atom:link href="http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/</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: Jörn</title>
		<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/comment-page-1/#comment-96356</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Mon, 11 Feb 2008 18:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/#comment-96356</guid>
		<description>@josoroma: Please post the jQuery discussion list. This is not a support forum.</description>
		<content:encoded><![CDATA[<p>@josoroma: Please post the jQuery discussion list. This is not a support forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josoroma</title>
		<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/comment-page-1/#comment-95964</link>
		<dc:creator>josoroma</dc:creator>
		<pubDate>Sun, 10 Feb 2008 01:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/#comment-95964</guid>
		<description>Ok! Here es is tha demo:
http://jquery.bassistance.de/validate/demo/

But in cakephp the name and id are not the same, how can i avoid this?
name=&quot;data[User][email]&quot; maxlength=&quot;255&quot; value=&quot;&quot; id=&quot;UserEmail&quot;

thanks in advance.</description>
		<content:encoded><![CDATA[<p>Ok! Here es is tha demo:<br />
<a href="http://jquery.bassistance.de/validate/demo/" rel="nofollow">http://jquery.bassistance.de/validate/demo/</a></p>
<p>But in cakephp the name and id are not the same, how can i avoid this?<br />
name=&#8221;data[User][email]&#8221; maxlength=&#8221;255&#8243; value=&#8221;" id=&#8221;UserEmail&#8221;</p>
<p>thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josoroma</title>
		<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/comment-page-1/#comment-95959</link>
		<dc:creator>josoroma</dc:creator>
		<pubDate>Sun, 10 Feb 2008 01:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/#comment-95959</guid>
		<description>Cool Script! A piece of art?

A couple of questions:

1. How do i validate a range from 2 to 30 chars?

2. How do a use non-english messages, like spanish language?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Cool Script! A piece of art?</p>
<p>A couple of questions:</p>
<p>1. How do i validate a range from 2 to 30 chars?</p>
<p>2. How do a use non-english messages, like spanish language?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/comment-page-1/#comment-95560</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Thu, 07 Feb 2008 17:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/#comment-95560</guid>
		<description>@Pramod, John and Ben: Your feedback is welcome, but please post issues or support requests to &lt;a href=&quot;http://groups.google.com/group/jquery-en&quot; rel=&quot;nofollow&quot;&gt;the jQuery discussion list&lt;/a&gt;. I won&#039;t answer them here. Thanks.</description>
		<content:encoded><![CDATA[<p>@Pramod, John and Ben: Your feedback is welcome, but please post issues or support requests to <a href="http://groups.google.com/group/jquery-en" rel="nofollow">the jQuery discussion list</a>. I won&#8217;t answer them here. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Darlow</title>
		<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/comment-page-1/#comment-95558</link>
		<dc:creator>Ben Darlow</dc:creator>
		<pubDate>Thu, 07 Feb 2008 17:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/#comment-95558</guid>
		<description>First of all: great plugin! I&#039;m really grateful to discover something that does 99% of what I need, just right out of the box, especially since it&#039;s in jQuery and ties in nicely to everything else I&#039;m doing. I am however encountering a problem: I&#039;m trying to implement the validation plugin on a site where my layout requires the error message to be contained within an inline element. 

Unfortunately it appears that the default behaviour of .show() gives elements a display mode of block; this means that if a particular field is given invalid input, then corrected, then accidentally made invalid again, the label containing the error is given display:block and the layout is broken. This seems to be as much a bug in jQuery as anything else, but I&#039;m loath to start forking this fine plugin myself. Is there any way that the plugin could be made to give previously-hidden error containers the same display mode they had prior to being hidden?</description>
		<content:encoded><![CDATA[<p>First of all: great plugin! I&#8217;m really grateful to discover something that does 99% of what I need, just right out of the box, especially since it&#8217;s in jQuery and ties in nicely to everything else I&#8217;m doing. I am however encountering a problem: I&#8217;m trying to implement the validation plugin on a site where my layout requires the error message to be contained within an inline element. </p>
<p>Unfortunately it appears that the default behaviour of .show() gives elements a display mode of block; this means that if a particular field is given invalid input, then corrected, then accidentally made invalid again, the label containing the error is given display:block and the layout is broken. This seems to be as much a bug in jQuery as anything else, but I&#8217;m loath to start forking this fine plugin myself. Is there any way that the plugin could be made to give previously-hidden error containers the same display mode they had prior to being hidden?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Morrison</title>
		<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/comment-page-1/#comment-95497</link>
		<dc:creator>John Morrison</dc:creator>
		<pubDate>Thu, 07 Feb 2008 11:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/#comment-95497</guid>
		<description>Hi,

I&#039;ve got a textbox which has a remote rule on it which works very well thanks.  However I get a request on every keypress, would it be possible to add a (definable?) delay after the keypress before the request is submitted which, if another key is input before the delay times out causes the delay to be reset.

I hope my rambling makes sense!

If not, I think http://www.selfcontained.us/2007/10/07/ajax-requests-when-users-stop-typing/ describes the issue.

Once more - thanks for all your hard work!

J.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve got a textbox which has a remote rule on it which works very well thanks.  However I get a request on every keypress, would it be possible to add a (definable?) delay after the keypress before the request is submitted which, if another key is input before the delay times out causes the delay to be reset.</p>
<p>I hope my rambling makes sense!</p>
<p>If not, I think <a href="http://www.selfcontained.us/2007/10/07/ajax-requests-when-users-stop-typing/" rel="nofollow">http://www.selfcontained.us/2007/10/07/ajax-requests-when-users-stop-typing/</a> describes the issue.</p>
<p>Once more &#8211; thanks for all your hard work!</p>
<p>J.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Vijayan</title>
		<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/comment-page-1/#comment-95487</link>
		<dc:creator>Praveen Vijayan</dc:creator>
		<pubDate>Thu, 07 Feb 2008 10:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/#comment-95487</guid>
		<description>Great plug in..
Thanks...</description>
		<content:encoded><![CDATA[<p>Great plug in..<br />
Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pramod</title>
		<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/comment-page-1/#comment-95477</link>
		<dc:creator>Pramod</dc:creator>
		<pubDate>Thu, 07 Feb 2008 09:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/#comment-95477</guid>
		<description>I have used this plugins.
But i found some error in IE 7 with google toobar.
It shows message  &quot;Your Google Toolbar can fill this in for you. Select AutoFill &quot;.

How should it be removed.</description>
		<content:encoded><![CDATA[<p>I have used this plugins.<br />
But i found some error in IE 7 with google toobar.<br />
It shows message  &#8220;Your Google Toolbar can fill this in for you. Select AutoFill &#8220;.</p>
<p>How should it be removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/comment-page-1/#comment-95083</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Tue, 05 Feb 2008 18:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/#comment-95083</guid>
		<description>@Martin: That&#039;ll be fixed in 1.2.1, which should be out in one to three days.</description>
		<content:encoded><![CDATA[<p>@Martin: That&#8217;ll be fixed in 1.2.1, which should be out in one to three days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Fairfax</title>
		<link>http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/comment-page-1/#comment-94970</link>
		<dc:creator>Martin Fairfax</dc:creator>
		<pubDate>Tue, 05 Feb 2008 08:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2008/01/30/jquery-validation-plugin-overview/#comment-94970</guid>
		<description>This is a brilliant plugin. Thank you, Jörn!

One note: the included email validation with release 1.2 allows for email addresses that do not have an extension (such as me@test). I&#039;m not sure if that is intentional, but if you change the second to last * to a + then this seems to be solved.</description>
		<content:encoded><![CDATA[<p>This is a brilliant plugin. Thank you, Jörn!</p>
<p>One note: the included email validation with release 1.2 allows for email addresses that do not have an extension (such as me@test). I&#8217;m not sure if that is intentional, but if you change the second to last * to a + then this seems to be solved.</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! -->
