<?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: Valid8 &#8211; An input field validation plugin for Jquery</title>
	<atom:link href="http://www.unwrongest.com/projects/valid8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unwrongest.com/projects/valid8/</link>
	<description>Interaction Designer and Interface Developer</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:45:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Vishal Jaiswal</title>
		<link>http://www.unwrongest.com/projects/valid8/comment-page-1/#comment-2017</link>
		<dc:creator>Vishal Jaiswal</dc:creator>
		<pubDate>Fri, 20 Aug 2010 21:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=164#comment-2017</guid>
		<description>you can user the radio or check box by the help of js function 
				// Check term and conditions
				function termcond(args){
		      if(document.getElementById(&#039;term&#039;).checked==true){
         			return {valid:true}
		        }
			      else{ 
              return {valid:false, message:&#039;Choose terms and conditions.&#039;}
            }
				}					

				$(&#039;#term&#039;).valid8({
					jsFunctions:[
						{ &#039;function&#039;: termcond, &#039;values&#039;: function(){
							return {termchk: $(&#039;#term&#039;).val()}
						}}
					]
				});		  			

html:
</description>
		<content:encoded><![CDATA[<p>you can user the radio or check box by the help of js function<br />
				// Check term and conditions<br />
				function termcond(args){<br />
		      if(document.getElementById(&#8216;term&#8217;).checked==true){<br />
         			return {valid:true}<br />
		        }<br />
			      else{<br />
              return {valid:false, message:&#8217;Choose terms and conditions.&#8217;}<br />
            }<br />
				}					</p>
<p>				$(&#8216;#term&#8217;).valid8({<br />
					jsFunctions:[<br />
						{ 'function': termcond, 'values': function(){<br />
							return {termchk: $('#term').val()}<br />
						}}<br />
					]<br />
				});		  			</p>
<p>html:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skruse</title>
		<link>http://www.unwrongest.com/projects/valid8/comment-page-1/#comment-1915</link>
		<dc:creator>Skruse</dc:creator>
		<pubDate>Tue, 01 Jun 2010 06:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=164#comment-1915</guid>
		<description>Hi, great script. Good work. But is there a way to validate emails and websites. So that a specific email or website must be enter like : aa@aa.de - minimum two letters than @ than minimum two letters than dott and than de,com,net etc. The same by website - www.aaa.de. Is there a way to check this.

By the way ... is there a chance to validate a upload field? validate the size and file format?

Thank you Skruse</description>
		<content:encoded><![CDATA[<p>Hi, great script. Good work. But is there a way to validate emails and websites. So that a specific email or website must be enter like : <a href="mailto:aa@aa.de">aa@aa.de</a> &#8211; minimum two letters than @ than minimum two letters than dott and than de,com,net etc. The same by website &#8211; <a href="http://www.aaa.de" rel="nofollow">http://www.aaa.de</a>. Is there a way to check this.</p>
<p>By the way &#8230; is there a chance to validate a upload field? validate the size and file format?</p>
<p>Thank you Skruse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gialby</title>
		<link>http://www.unwrongest.com/projects/valid8/comment-page-1/#comment-1563</link>
		<dc:creator>Gialby</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=164#comment-1563</guid>
		<description>Hi,
your project its nice. I like your css coding, but can be more nice if you put something also for select box and checkbox.
I build some form from your code, but now i need to validate selectbox value, but i dont know how...(yes maybe with a function..but you can give me some example). 
Another problem is when validate is wrong for select box how i can set/change style?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
your project its nice. I like your css coding, but can be more nice if you put something also for select box and checkbox.<br />
I build some form from your code, but now i need to validate selectbox value, but i dont know how&#8230;(yes maybe with a function..but you can give me some example).<br />
Another problem is when validate is wrong for select box how i can set/change style?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riko87</title>
		<link>http://www.unwrongest.com/projects/valid8/comment-page-1/#comment-1537</link>
		<dc:creator>Riko87</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=164#comment-1537</guid>
		<description>doesn&#039;t function with radio button.. it&#039;s true?</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t function with radio button.. it&#8217;s true?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Monk</title>
		<link>http://www.unwrongest.com/projects/valid8/comment-page-1/#comment-1513</link>
		<dc:creator>Andy Monk</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=164#comment-1513</guid>
		<description>I&#039;m having an issue when I use &quot;onError&quot;.
I have a username field, and it&#039;s has regular expressions to filter the correct input, then it has an AJAX call to ensure the username doesn&#039;t exist (using .NET handler page for this - it all works fine).
Trouble is, I need to &#039;count&#039; for each field that has passed validation, so I can show the submit button.  I thought I&#039;d use the onError function, but for some reason it stops the regular expression for working properly, and the AJAX call doesn&#039;t seem to callback properly (my animated GIF stays permanently!).

My code:-

$(&#039;#tbUsername&#039;).valid8({
					regularExpressions:
					[
						{ expression: /^.+$/, errormessage: &#039;Username is required&#039; },
						{ expression: /^[a-zA-Z0-9]+$/, errormessage: &#039;Username can only contain A-Z and 0-9&#039; },
						{ expression: /^.{6,16}$/, errormessage: &#039;Username must be between 6-16 characters only&#039; }
					],
					ajaxRequests:
					[
						{ url: &#039;_usr.ashx&#039;, loadingmessage: &#039;Checking availability...&#039; }
					],
					onError:function(event)
						{
							// do something...
						}
					}
				)</description>
		<content:encoded><![CDATA[<p>I&#8217;m having an issue when I use &#8220;onError&#8221;.<br />
I have a username field, and it&#8217;s has regular expressions to filter the correct input, then it has an AJAX call to ensure the username doesn&#8217;t exist (using .NET handler page for this &#8211; it all works fine).<br />
Trouble is, I need to &#8216;count&#8217; for each field that has passed validation, so I can show the submit button.  I thought I&#8217;d use the onError function, but for some reason it stops the regular expression for working properly, and the AJAX call doesn&#8217;t seem to callback properly (my animated GIF stays permanently!).</p>
<p>My code:-</p>
<p>$(&#8216;#tbUsername&#8217;).valid8({<br />
					regularExpressions:<br />
					[<br />
						{ expression: /^.+$/, errormessage: 'Username is required' },<br />
						{ expression: /^[a-zA-Z0-9]+$/, errormessage: &#8216;Username can only contain A-Z and 0-9&#8242; },<br />
						{ expression: /^.{6,16}$/, errormessage: &#8216;Username must be between 6-16 characters only&#8217; }<br />
					],<br />
					ajaxRequests:<br />
					[<br />
						{ url: '_usr.ashx', loadingmessage: 'Checking availability...' }<br />
					],<br />
					onError:function(event)<br />
						{<br />
							// do something&#8230;<br />
						}<br />
					}<br />
				)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis</title>
		<link>http://www.unwrongest.com/projects/valid8/comment-page-1/#comment-1504</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=164#comment-1504</guid>
		<description>I disabled the submit button with jQuery and I would like to enable the button only if all my form elements are valid.
How would I do that?
Hope you can help.</description>
		<content:encoded><![CDATA[<p>I disabled the submit button with jQuery and I would like to enable the button only if all my form elements are valid.<br />
How would I do that?<br />
Hope you can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: line</title>
		<link>http://www.unwrongest.com/projects/valid8/comment-page-1/#comment-1466</link>
		<dc:creator>line</dc:creator>
		<pubDate>Sun, 20 Dec 2009 18:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=164#comment-1466</guid>
		<description>could you add required number of character to verify?</description>
		<content:encoded><![CDATA[<p>could you add required number of character to verify?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mirco</title>
		<link>http://www.unwrongest.com/projects/valid8/comment-page-1/#comment-1438</link>
		<dc:creator>mirco</dc:creator>
		<pubDate>Mon, 14 Dec 2009 01:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=164#comment-1438</guid>
		<description>hi,
good work!

how can i re-validate automatically an input field changed with .val&#039;s jquery function?
$(&quot;selector&quot;).val(&quot;new value&quot;);</description>
		<content:encoded><![CDATA[<p>hi,<br />
good work!</p>
<p>how can i re-validate automatically an input field changed with .val&#8217;s jquery function?<br />
$(&#8220;selector&#8221;).val(&#8220;new value&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.unwrongest.com/projects/valid8/comment-page-1/#comment-1359</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 03 Dec 2009 18:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=164#comment-1359</guid>
		<description>Is there anyway to have the validation run on page load? I tried adding &#039;load&#039;, &#039;onload&#039; and &#039;onLoad&#039; to the validationEvents none of which work (hover does but that&#039;s not what I&#039;m looking for)</description>
		<content:encoded><![CDATA[<p>Is there anyway to have the validation run on page load? I tried adding &#8216;load&#8217;, &#8216;onload&#8217; and &#8216;onLoad&#8217; to the validationEvents none of which work (hover does but that&#8217;s not what I&#8217;m looking for)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas St.</title>
		<link>http://www.unwrongest.com/projects/valid8/comment-page-1/#comment-1201</link>
		<dc:creator>Thomas St.</dc:creator>
		<pubDate>Mon, 19 Oct 2009 09:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=164#comment-1201</guid>
		<description>Is it possible to prevent a form to be sumbitted if one ore more fields failed the checks?</description>
		<content:encoded><![CDATA[<p>Is it possible to prevent a form to be sumbitted if one ore more fields failed the checks?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
