<?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 Zip/Postal Code Validation&#160;Method</title>
	<atom:link href="http://www.adamthody.com/2009/09/jquery-zippostal-code-validation-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamthody.com/2009/09/jquery-zippostal-code-validation-method/</link>
	<description>Toronto Web Developer</description>
	<lastBuildDate>Sat, 24 Sep 2011 17:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: James Daly</title>
		<link>http://www.adamthody.com/2009/09/jquery-zippostal-code-validation-method/comment-page-1/#comment-502</link>
		<dc:creator>James Daly</dc:creator>
		<pubDate>Wed, 07 Sep 2011 22:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamthody.com/?p=229#comment-502</guid>
		<description>isn&#039;t working for me for some reason added it to document.ready in my scripts page below the validator plug in and the postal code is not validating have listed the site if you choose new york and then queens you can see full form</description>
		<content:encoded><![CDATA[<p>isn&#8217;t working for me for some reason added it to document.ready in my scripts page below the validator plug in and the postal code is not validating have listed the site if you choose new york and then queens you can see full form</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Callender</title>
		<link>http://www.adamthody.com/2009/09/jquery-zippostal-code-validation-method/comment-page-1/#comment-500</link>
		<dc:creator>Chris Callender</dc:creator>
		<pubDate>Thu, 25 Aug 2011 15:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamthody.com/?p=229#comment-500</guid>
		<description>It looks like the validation method is missing the lowercase r.</description>
		<content:encoded><![CDATA[<p>It looks like the validation method is missing the lowercase r.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Callender</title>
		<link>http://www.adamthody.com/2009/09/jquery-zippostal-code-validation-method/comment-page-1/#comment-493</link>
		<dc:creator>Chris Callender</dc:creator>
		<pubDate>Sun, 28 Nov 2010 01:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamthody.com/?p=229#comment-493</guid>
		<description>P.s. if you can post this in my previous comment... here is some code added to your function that will automatically add in a space if someone omits it.

if(postalcode.length == 6 &amp;&amp; !parseInt(postalcode)){
	// no space in postal code
	var s = postalcode.substring(0,3) + &#039; &#039; + postalcode.substring(3);
	element.value = s;
}</description>
		<content:encoded><![CDATA[<p>P.s. if you can post this in my previous comment&#8230; here is some code added to your function that will automatically add in a space if someone omits it.</p>
<p>if(postalcode.length == 6 &amp;&amp; !parseInt(postalcode)){<br />
	// no space in postal code<br />
	var s = postalcode.substring(0,3) + &#8216; &#8216; + postalcode.substring(3);<br />
	element.value = s;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Callender</title>
		<link>http://www.adamthody.com/2009/09/jquery-zippostal-code-validation-method/comment-page-1/#comment-492</link>
		<dc:creator>Chris Callender</dc:creator>
		<pubDate>Sun, 28 Nov 2010 01:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamthody.com/?p=229#comment-492</guid>
		<description>Thanks for this! I was going to write one myself but though why re-invent it if the code already exists :) thanks for posting it. Plus my regular expression experience is not very vast.</description>
		<content:encoded><![CDATA[<p>Thanks for this! I was going to write one myself but though why re-invent it if the code already exists <img src='http://www.adamthody.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks for posting it. Plus my regular expression experience is not very vast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://www.adamthody.com/2009/09/jquery-zippostal-code-validation-method/comment-page-1/#comment-490</link>
		<dc:creator>M</dc:creator>
		<pubDate>Tue, 02 Nov 2010 15:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamthody.com/?p=229#comment-490</guid>
		<description>The letters D, F, I, O, Q, or U aren&#039;t used in Canadian Postal Codes. So it looks like M2F 1D6 would validate using the code above.</description>
		<content:encoded><![CDATA[<p>The letters D, F, I, O, Q, or U aren&#8217;t used in Canadian Postal Codes. So it looks like M2F 1D6 would validate using the code above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbrenn</title>
		<link>http://www.adamthody.com/2009/09/jquery-zippostal-code-validation-method/comment-page-1/#comment-481</link>
		<dc:creator>jbrenn</dc:creator>
		<pubDate>Fri, 30 Apr 2010 18:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamthody.com/?p=229#comment-481</guid>
		<description>Works great - thank you!!</description>
		<content:encoded><![CDATA[<p>Works great &#8211; thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sg</title>
		<link>http://www.adamthody.com/2009/09/jquery-zippostal-code-validation-method/comment-page-1/#comment-477</link>
		<dc:creator>sg</dc:creator>
		<pubDate>Fri, 12 Mar 2010 07:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamthody.com/?p=229#comment-477</guid>
		<description>fine. but my postal code is optional field and have to check only format.
how to do that</description>
		<content:encoded><![CDATA[<p>fine. but my postal code is optional field and have to check only format.<br />
how to do that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jedidja</title>
		<link>http://www.adamthody.com/2009/09/jquery-zippostal-code-validation-method/comment-page-1/#comment-256</link>
		<dc:creator>Jedidja</dc:creator>
		<pubDate>Mon, 26 Oct 2009 17:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamthody.com/?p=229#comment-256</guid>
		<description>Awesome, thanks :)</description>
		<content:encoded><![CDATA[<p>Awesome, thanks <img src='http://www.adamthody.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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! -->
