<?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: Autotab: jQuery auto-tabbing and filter plugin</title>
	<atom:link href="http://www.mathachew.com/sandbox/jquery-autotab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathachew.com</link>
	<description>Software Developer, Media Nut, Proud Father</description>
	<lastBuildDate>Sun, 29 Aug 2010 17:50:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: nick</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-1/#comment-77</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Tue, 24 Aug 2010 02:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-77</guid>
		<description>nice script, covered basic validation and autotab in one.</description>
		<content:encoded><![CDATA[<p>nice script, covered basic validation and autotab in one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-1/#comment-70</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Wed, 18 Aug 2010 16:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-70</guid>
		<description>I&#039;ve added an example of a regular expression. It&#039;s a quasi IP filter that I never did get working like I wanted with for separate inputs. Here&#039;s the code:

&lt;pre class=&quot;brush:js&quot;&gt;
$(&#039;#regex&#039;).autotab_filter({ format: &#039;custom&#039;, pattern: &#039;[^0-9\.]&#039; });
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added an example of a regular expression. It&#8217;s a quasi IP filter that I never did get working like I wanted with for separate inputs. Here&#8217;s the code:</p>
<pre class="brush:js">
$('#regex').autotab_filter({ format: 'custom', pattern: '[^0-9\.]' });
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: revive</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-1/#comment-69</link>
		<dc:creator>revive</dc:creator>
		<pubDate>Tue, 17 Aug 2010 02:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-69</guid>
		<description>Can you provide a clear example using the custom regex option, say for a phone number, social or any other combo.. that uses a single input field?
Thanks and great work on this plugin!
J</description>
		<content:encoded><![CDATA[<p>Can you provide a clear example using the custom regex option, say for a phone number, social or any other combo.. that uses a single input field?<br />
Thanks and great work on this plugin!<br />
J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery AutoTab Plugin « Jquery Labs</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-1/#comment-13</link>
		<dc:creator>jQuery AutoTab Plugin « Jquery Labs</dc:creator>
		<pubDate>Tue, 13 Jul 2010 10:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-13</guid>
		<description>[...] Documentation Documentation Page [...]</description>
		<content:encoded><![CDATA[<p>[...] Documentation Documentation Page [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
