<?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: A jQuery inline form validation, because validation is a mess</title>
	<atom:link href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/</link>
	<description>Get your web worker news fix</description>
	<lastBuildDate>Sat, 20 Mar 2010 09:16:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cedric Dugas</title>
		<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/comment-page-10/#comment-2803</link>
		<dc:creator>Cedric Dugas</dc:creator>
		<pubDate>Sun, 13 Sep 2009 02:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=80#comment-2803</guid>
		<description>ruby forms  will be compatible with 1.4, I will probably released it next week, 

@Kevin I like your ideas, and a beforesent option would be nice, as for using the bassistance plugin, 

I needed a script that would be custom to my need and would be blazing fast to impliment, and this is doing it 90% of the time, and when it&#039;s not, it is really easy to modify it.</description>
		<content:encoded><![CDATA[<p>ruby forms  will be compatible with 1.4, I will probably released it next week, </p>
<p>@Kevin I like your ideas, and a beforesent option would be nice, as for using the bassistance plugin, </p>
<p>I needed a script that would be custom to my need and would be blazing fast to impliment, and this is doing it 90% of the time, and when it&#8217;s not, it is really easy to modify it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gokul J</title>
		<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/comment-page-10/#comment-2799</link>
		<dc:creator>Gokul J</dc:creator>
		<pubDate>Sat, 12 Sep 2009 20:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=80#comment-2799</guid>
		<description>One more thing - any validation that has a regex in it must be called as &#039;custom[validation]&#039;
For example, if your field needs the email validator rule, then you need -
</description>
		<content:encoded><![CDATA[<p>One more thing &#8211; any validation that has a regex in it must be called as &#8216;custom[validation]&#8216;<br />
For example, if your field needs the email validator rule, then you need -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gokul J</title>
		<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/comment-page-10/#comment-2798</link>
		<dc:creator>Gokul J</dc:creator>
		<pubDate>Sat, 12 Sep 2009 19:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=80#comment-2798</guid>
		<description>Bug that will affect RoR users - If the id of a field contains &#039;[]&#039; then the prompts are not disappearing even after the field&#039;s error is addressed.</description>
		<content:encoded><![CDATA[<p>Bug that will affect RoR users &#8211; If the id of a field contains &#8216;[]&#8216; then the prompts are not disappearing even after the field&#8217;s error is addressed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Mullen</title>
		<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/comment-page-10/#comment-2796</link>
		<dc:creator>Kevin Mullen</dc:creator>
		<pubDate>Sat, 12 Sep 2009 16:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=80#comment-2796</guid>
		<description>This would be a great plugin, if you didn&#039;t take so much control away from the user.  As far as I can see there are two options once the form validates: call the submit event, or use your prescribed &#039;ajax event&#039; which is limited in customization to the URL!!!  Unfortunately I&#039;ve got a lot more work I need to do after validation and before I submit the form via ajax.  I need to wire up callbacks for an ajax loader, dialog close event, ajax preload event and an ajax success event.

why can&#039;t we do this:


if(&quot;#formid&quot;).isValid() {
   // do all the work I need to do
   // Call my custom ajax method
} else return;

As far as I can see the only options we have are to submit the form or to use your ajax method.

I think you would have a far far better product if you picked up the official  (yet abandoned) JQuery.Validate plugin, and enhanced it to make use of your beautiful tooltips.  Thus providing a cutting edge and highly extensible validation system, with some very nice eye candy.</description>
		<content:encoded><![CDATA[<p>This would be a great plugin, if you didn&#8217;t take so much control away from the user.  As far as I can see there are two options once the form validates: call the submit event, or use your prescribed &#8216;ajax event&#8217; which is limited in customization to the URL!!!  Unfortunately I&#8217;ve got a lot more work I need to do after validation and before I submit the form via ajax.  I need to wire up callbacks for an ajax loader, dialog close event, ajax preload event and an ajax success event.</p>
<p>why can&#8217;t we do this:</p>
<p>if(&#8220;#formid&#8221;).isValid() {<br />
   // do all the work I need to do<br />
   // Call my custom ajax method<br />
} else return;</p>
<p>As far as I can see the only options we have are to submit the form or to use your ajax method.</p>
<p>I think you would have a far far better product if you picked up the official  (yet abandoned) JQuery.Validate plugin, and enhanced it to make use of your beautiful tooltips.  Thus providing a cutting edge and highly extensible validation system, with some very nice eye candy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Ignacio</title>
		<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/comment-page-10/#comment-2772</link>
		<dc:creator>Juan Ignacio</dc:creator>
		<pubDate>Fri, 11 Sep 2009 06:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=80#comment-2772</guid>
		<description>I&#039;m copying part of the demoSubmit.html file and I can&#039;t fint why, when it works, the form gets submitted twice and to success messages appear.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m copying part of the demoSubmit.html file and I can&#8217;t fint why, when it works, the form gets submitted twice and to success messages appear.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/comment-page-10/#comment-2771</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Fri, 11 Sep 2009 04:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=80#comment-2771</guid>
		<description>I have tried various regex for file extensions, but non of them work. Has anyone got one that works!? They worked on the older versions.</description>
		<content:encoded><![CDATA[<p>I have tried various regex for file extensions, but non of them work. Has anyone got one that works!? They worked on the older versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 Useful New jQuery Techniques and Tutorials &#124; Search Engine Optimisation</title>
		<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/comment-page-10/#comment-2747</link>
		<dc:creator>50 Useful New jQuery Techniques and Tutorials &#124; Search Engine Optimisation</dc:creator>
		<pubDate>Wed, 09 Sep 2009 16:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=80#comment-2747</guid>
		<description>[...] A jQuery inline form validation, because validation is a mess Të Position AbsoluteWhen it comes to form validation, it&#8217;s hard to have a versatile solution that works with every form. Figuring out how to display errors is not a simple task. This is something I tried to remedy with this script. When an error needs to be displayed, the script creates a div and positions it in the top right corner of the input. This way you don&#8217;t have to worry about your HTML form structure. The rounded corner and shadow are done with CSS3 and degrade well in non compliant browsers. There is no images needed. [...]</description>
		<content:encoded><![CDATA[<p>[...] A jQuery inline form validation, because validation is a mess Të Position AbsoluteWhen it comes to form validation, it&#8217;s hard to have a versatile solution that works with every form. Figuring out how to display errors is not a simple task. This is something I tried to remedy with this script. When an error needs to be displayed, the script creates a div and positions it in the top right corner of the input. This way you don&#8217;t have to worry about your HTML form structure. The rounded corner and shadow are done with CSS3 and degrade well in non compliant browsers. There is no images needed. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dejan</title>
		<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/comment-page-10/#comment-2744</link>
		<dc:creator>Dejan</dc:creator>
		<pubDate>Wed, 09 Sep 2009 09:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=80#comment-2744</guid>
		<description>But when I  populate this div with some content I bind validationengine on #AddCategoryParamForm</description>
		<content:encoded><![CDATA[<p>But when I  populate this div with some content I bind validationengine on #AddCategoryParamForm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dejan</title>
		<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/comment-page-10/#comment-2743</link>
		<dc:creator>Dejan</dc:creator>
		<pubDate>Wed, 09 Sep 2009 09:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=80#comment-2743</guid>
		<description>Yes that is correct</description>
		<content:encoded><![CDATA[<p>Yes that is correct</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahdi Yousefi</title>
		<link>http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/comment-page-10/#comment-2735</link>
		<dc:creator>Mahdi Yousefi</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=80#comment-2735</guid>
		<description>Nice Tools
But one missing thing is show alert in Left side of fields, When Page direction set to RTL We need to show message in Left Side of field but in this version it is impossible</description>
		<content:encoded><![CDATA[<p>Nice Tools<br />
But one missing thing is show alert in Left side of fields, When Page direction set to RTL We need to show message in Left Side of field but in this version it is impossible</p>
]]></content:encoded>
	</item>
</channel>
</rss>
