<?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>Proud Father, Software Developer, Media Nut, Book Worm</description>
	<lastBuildDate>Wed, 25 Jan 2012 01:23:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gaston</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-2/#comment-5667</link>
		<dc:creator>Gaston</dc:creator>
		<pubDate>Wed, 25 Jan 2012 01:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-5667</guid>
		<description>Thank you! Great Plugin!</description>
		<content:encoded><![CDATA[<p>Thank you! Great Plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-2/#comment-5350</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Fri, 06 Jan 2012 14:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-5350</guid>
		<description>You&#039;re welcome! Odd about the history issue, but that doesn&#039;t happen on my examples above. If the focus is on a non-editable field, hitting backspace would trigger that.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome! Odd about the history issue, but that doesn&#8217;t happen on my examples above. If the focus is on a non-editable field, hitting backspace would trigger that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-2/#comment-5244</link>
		<dc:creator>Ahmad</dc:creator>
		<pubDate>Mon, 02 Jan 2012 11:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-5244</guid>
		<description>Very useful &amp; powerful script. Thank you. I do, however, have an issue with users holding the backspace to erase input values. It triggers a history.back() event.!</description>
		<content:encoded><![CDATA[<p>Very useful &amp; powerful script. Thank you. I do, however, have an issue with users holding the backspace to erase input values. It triggers a history.back() event.!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santhosh T G V R S</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-2/#comment-5031</link>
		<dc:creator>Santhosh T G V R S</dc:creator>
		<pubDate>Thu, 22 Dec 2011 13:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-5031</guid>
		<description>Hi,

This is great..

But, can this plugin be extended to do auto-tab based on tabIndex(now i need to include all elements in jquery selector) and also to support selectboxes (i.e once i select an option in select, it should autotab to next field) as well.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is great..</p>
<p>But, can this plugin be extended to do auto-tab based on tabIndex(now i need to include all elements in jquery selector) and also to support selectboxes (i.e once i select an option in select, it should autotab to next field) as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-2/#comment-4794</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Fri, 09 Dec 2011 22:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4794</guid>
		<description>I have a page with more than one firm with the same element names.  Call them form1 and form2 each of which has field1 and field2.  How do I format the ready function to work with both sets of fields?</description>
		<content:encoded><![CDATA[<p>I have a page with more than one firm with the same element names.  Call them form1 and form2 each of which has field1 and field2.  How do I format the ready function to work with both sets of fields?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 分享24款非常有用的jQuery插件 &#124; 想来网</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-2/#comment-4788</link>
		<dc:creator>分享24款非常有用的jQuery插件 &#124; 想来网</dc:creator>
		<pubDate>Fri, 09 Dec 2011 03:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4788</guid>
		<description>[...] 12. Autotab [...]</description>
		<content:encoded><![CDATA[<p>[...] 12. Autotab [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Víctor Hernández</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-2/#comment-4236</link>
		<dc:creator>Víctor Hernández</dc:creator>
		<pubDate>Sat, 12 Nov 2011 00:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4236</guid>
		<description>Hi! It&#039;s a great pluging!

Help me! How can I do that autotab works well when some input text is disabled.

For example: I have 5 input text in my form, but the input text 3 is disabled, when i finished to write the input text 2 the autotab don&#039;t work. I need that the input text 3 has the focus.

Thank You!!!</description>
		<content:encoded><![CDATA[<p>Hi! It&#8217;s a great pluging!</p>
<p>Help me! How can I do that autotab works well when some input text is disabled.</p>
<p>For example: I have 5 input text in my form, but the input text 3 is disabled, when i finished to write the input text 2 the autotab don&#8217;t work. I need that the input text 3 has the focus.</p>
<p>Thank You!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunny</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-2/#comment-4204</link>
		<dc:creator>bunny</dc:creator>
		<pubDate>Thu, 10 Nov 2011 18:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4204</guid>
		<description>p.s. I also tried it without the preceding and trailing backslashes and got the same error.

$(&#039;#email&#039;).autotab_filter({format:&#039;custom&#039;,pattern:&#039;^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$&#039;});


And, congrats on the new-born!!!</description>
		<content:encoded><![CDATA[<p>p.s. I also tried it without the preceding and trailing backslashes and got the same error.</p>
<p>$(&#8216;#email&#8217;).autotab_filter({format:&#8217;custom&#8217;,pattern:&#8217;^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$&#8217;});</p>
<p>And, congrats on the new-born!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunny</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-2/#comment-4202</link>
		<dc:creator>bunny</dc:creator>
		<pubDate>Thu, 10 Nov 2011 18:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4202</guid>
		<description>Firstly, thank you for developing this plug-in!


I was hoping to have: autotab_filter(&#039;email&#039;) available as a standard feature, but it appears as if you have not rolled that functionality in yet. I&#039;m trying to implement it on a form that I am working on, and I entered the following:

$(&#039;#email&#039;).autotab_filter({format:&#039;custom&#039;,pattern:&#039;/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/&#039;});

Console log is complaining:
invalid range in character class
var pattern = new RegExp(defaults.pattern, &#039;g&#039;); 

The RegEx statement I copied from another project that uses a javascript ReEx test, so I know that it&#039;s valid.

Any clues? :)</description>
		<content:encoded><![CDATA[<p>Firstly, thank you for developing this plug-in!</p>
<p>I was hoping to have: autotab_filter(&#8216;email&#8217;) available as a standard feature, but it appears as if you have not rolled that functionality in yet. I&#8217;m trying to implement it on a form that I am working on, and I entered the following:</p>
<p>$(&#8216;#email&#8217;).autotab_filter({format:&#8217;custom&#8217;,pattern:&#8217;/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/&#8217;});</p>
<p>Console log is complaining:<br />
invalid range in character class<br />
var pattern = new RegExp(defaults.pattern, &#8216;g&#8217;); </p>
<p>The RegEx statement I copied from another project that uses a javascript ReEx test, so I know that it&#8217;s valid.</p>
<p>Any clues? <img src='http://www.mathachew.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kotei</title>
		<link>http://www.mathachew.com/sandbox/jquery-autotab/comment-page-2/#comment-4035</link>
		<dc:creator>kotei</dc:creator>
		<pubDate>Thu, 03 Nov 2011 09:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4035</guid>
		<description>Thx a lot ;)</description>
		<content:encoded><![CDATA[<p>Thx a lot <img src='http://www.mathachew.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

