<?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: Email Validation Using jQuery</title>
	<atom:link href="http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/</link>
	<description>Your Business Catalyst</description>
	<lastBuildDate>Sat, 04 Feb 2012 05:46:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-23391</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 28 Jan 2012 10:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-23391</guid>
		<description>Hi,

Good suggestion</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Good suggestion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OffLuffy</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-23386</link>
		<dc:creator>OffLuffy</dc:creator>
		<pubDate>Sat, 28 Jan 2012 07:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-23386</guid>
		<description>Thanks for the code! I only have one suggestion, if in fact someone hasn&#039;t already mentioned it. In the process of using this code, it occurred to me that I could hit return/enter while in the form, and it was skip the validate process (since it&#039;s only set to validate upon clicking the submit button). My suggestion is that instead of:
$(&#039;#btn-submit&#039;).click

Select the form with the jQuery selector and use the .submit method.
$(&quot;#form&quot;).submit

 This way it&#039;ll still validate when using the return key, or if the submit button is used, assuming the submit button is in the form.

Thanks a lot for the code, very useful!</description>
		<content:encoded><![CDATA[<p>Thanks for the code! I only have one suggestion, if in fact someone hasn&#8217;t already mentioned it. In the process of using this code, it occurred to me that I could hit return/enter while in the form, and it was skip the validate process (since it&#8217;s only set to validate upon clicking the submit button). My suggestion is that instead of:<br />
$(&#8216;#btn-submit&#8217;).click</p>
<p>Select the form with the jQuery selector and use the .submit method.<br />
$(&#8220;#form&#8221;).submit</p>
<p> This way it&#8217;ll still validate when using the return key, or if the submit button is used, assuming the submit button is in the form.</p>
<p>Thanks a lot for the code, very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter drinnan</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-19811</link>
		<dc:creator>peter drinnan</dc:creator>
		<pubDate>Tue, 01 Nov 2011 15:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-19811</guid>
		<description>Just a suggestion for the code in step 3 would be to return a true value by default and false only is it is not validated.  

Great examples all in all. Thanks for that.</description>
		<content:encoded><![CDATA[<p>Just a suggestion for the code in step 3 would be to return a true value by default and false only is it is not validated.  </p>
<p>Great examples all in all. Thanks for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-19598</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Thu, 27 Oct 2011 17:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-19598</guid>
		<description>test() is a standard javascript function for checking strings against regular expressions</description>
		<content:encoded><![CDATA[<p>test() is a standard javascript function for checking strings against regular expressions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ezequiel Lavaca</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-19587</link>
		<dc:creator>Ezequiel Lavaca</dc:creator>
		<pubDate>Thu, 27 Oct 2011 14:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-19587</guid>
		<description>(!emailReg.test(emailaddressVal) I did not catch up the idea of this line. I looked for .test() method and no results so far</description>
		<content:encoded><![CDATA[<p>(!emailReg.test(emailaddressVal) I did not catch up the idea of this line. I looked for .test() method and no results so far</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-15455</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 16 Jul 2011 08:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-15455</guid>
		<description>Hi,

Thanks. Glad it helped</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks. Glad it helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shubhamoy</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-15449</link>
		<dc:creator>Shubhamoy</dc:creator>
		<pubDate>Sat, 16 Jul 2011 08:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-15449</guid>
		<description>Thanks a lot for such a nice tutorial! It really helped me a lot :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for such a nice tutorial! It really helped me a lot <img src='http://www.designchemical.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-14841</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Fri, 01 Jul 2011 18:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-14841</guid>
		<description>Hi,

That is just a CSS issue - just change the error message background image</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>That is just a CSS issue &#8211; just change the error message background image</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khalid</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-14836</link>
		<dc:creator>Khalid</dc:creator>
		<pubDate>Fri, 01 Jul 2011 12:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-14836</guid>
		<description>Hey pro, much appreciated your solution. its easy and simple. I was just thinking, if the error message can be shown as a label hanging down the email input area....</description>
		<content:encoded><![CDATA[<p>Hey pro, much appreciated your solution. its easy and simple. I was just thinking, if the error message can be shown as a label hanging down the email input area&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-14004</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 08 Jun 2011 03:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-14004</guid>
		<description>Hi Scott - you are correct. It should be remove()</description>
		<content:encoded><![CDATA[<p>Hi Scott &#8211; you are correct. It should be remove()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Gartner</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-13999</link>
		<dc:creator>Scott Gartner</dc:creator>
		<pubDate>Tue, 07 Jun 2011 21:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-13999</guid>
		<description>Thanks for this article.  Just a comment on your method of clearing previous errors.  You use this line:

[text]$(&quot;.error&quot;).hide();[/text]

which hides previous error DIVs, but the text remains in the DOM.  It seems like a better solution would be:

[text]$(&quot;.error&quot;).remove();[/text]

Which actually removes the previous error DIVs from the DOM.</description>
		<content:encoded><![CDATA[<p>Thanks for this article.  Just a comment on your method of clearing previous errors.  You use this line:</p>
<pre class="brush: plain; title: ; notranslate">$(&quot;.error&quot;).hide();</pre>
<p>which hides previous error DIVs, but the text remains in the DOM.  It seems like a better solution would be:</p>
<pre class="brush: plain; title: ; notranslate">$(&quot;.error&quot;).remove();</pre>
<p>Which actually removes the previous error DIVs from the DOM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-12451</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 03 May 2011 14:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-12451</guid>
		<description>Hi Hariis - update which part?</description>
		<content:encoded><![CDATA[<p>Hi Hariis &#8211; update which part?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hariis ravikumar</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-12449</link>
		<dc:creator>hariis ravikumar</dc:creator>
		<pubDate>Tue, 03 May 2011 14:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-12449</guid>
		<description>Thanks for good jquery, i like ur effective solution.. please can u update sending email function using jquery</description>
		<content:encoded><![CDATA[<p>Thanks for good jquery, i like ur effective solution.. please can u update sending email function using jquery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Blackshaw</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-8442</link>
		<dc:creator>John Blackshaw</dc:creator>
		<pubDate>Thu, 03 Feb 2011 16:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-8442</guid>
		<description>Thanks for this, great tutorial and very easy to implement =D</description>
		<content:encoded><![CDATA[<p>Thanks for this, great tutorial and very easy to implement =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Perez</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-8288</link>
		<dc:creator>Ivan Perez</dc:creator>
		<pubDate>Wed, 26 Jan 2011 23:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-8288</guid>
		<description>Nice tutorial! i would like to apply &quot;fade in effect&quot; when the message error appears, i&#039;m having hard times how to implement it so...</description>
		<content:encoded><![CDATA[<p>Nice tutorial! i would like to apply &#8220;fade in effect&#8221; when the message error appears, i&#8217;m having hard times how to implement it so&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aravind ajith</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-6724</link>
		<dc:creator>aravind ajith</dc:creator>
		<pubDate>Sat, 11 Dec 2010 09:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-6724</guid>
		<description>works like a charm! Thanks :)</description>
		<content:encoded><![CDATA[<p>works like a charm! Thanks <img src='http://www.designchemical.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Form Validation Using jQuery and Regular Expressions &#171; Design Chemical &#8211; Web Design, Printing, Packaging &#38; SEO</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-5679</link>
		<dc:creator>Form Validation Using jQuery and Regular Expressions &#171; Design Chemical &#8211; Web Design, Printing, Packaging &#38; SEO</dc:creator>
		<pubDate>Fri, 19 Nov 2010 22:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-5679</guid>
		<description>[...] For this tutorial we assume you know how to create the HTML form and add jQuery to your site. For samples you can refer to previous posts &#8211; check passwords using jQuery or email validation using jQuery. [...]</description>
		<content:encoded><![CDATA[<p>[...] For this tutorial we assume you know how to create the HTML form and add jQuery to your site. For samples you can refer to previous posts &#8211; check passwords using jQuery or email validation using jQuery. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Online Portfolio</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-5675</link>
		<dc:creator>Online Portfolio</dc:creator>
		<pubDate>Fri, 19 Nov 2010 19:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-5675</guid>
		<description>Excellent! Looks great especially after adding speeds to the hide and show functions.</description>
		<content:encoded><![CDATA[<p>Excellent! Looks great especially after adding speeds to the hide and show functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hiuyu</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-1776</link>
		<dc:creator>hiuyu</dc:creator>
		<pubDate>Thu, 01 Jul 2010 07:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-1776</guid>
		<description>thank you for your tutorial.
your teaching is wonderful !!!!

the post is a hope for me.
really.</description>
		<content:encoded><![CDATA[<p>thank you for your tutorial.<br />
your teaching is wonderful !!!!</p>
<p>the post is a hope for me.<br />
really.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar Laorange</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/email-validation-using-jquery/comment-page-1/#comment-1143</link>
		<dc:creator>Cesar Laorange</dc:creator>
		<pubDate>Sat, 01 May 2010 18:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=326#comment-1143</guid>
		<description>I was searching for article on this topic and i was lucky to find yourblog.I will also send this url to my friend so he can also read and complete our project.hope to get some good marks in this project.Thank you for this awesome post.</description>
		<content:encoded><![CDATA[<p>I was searching for article on this topic and i was lucky to find yourblog.I will also send this url to my friend so he can also read and complete our project.hope to get some good marks in this project.Thank you for this awesome post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

