<?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 Keyz Plugin</title>
	<atom:link href="http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/feed" rel="self" type="application/rss+xml" />
	<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html</link>
	<description>Curently a work in progress. Please be patient</description>
	<lastBuildDate>Thu, 29 Dec 2011 11:41:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: 30个美化网站的jQuery插件 - 博客 - 伯乐在线</title>
		<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/comment-page-1#comment-12564</link>
		<dc:creator>30个美化网站的jQuery插件 - 博客 - 伯乐在线</dc:creator>
		<pubDate>Thu, 17 Nov 2011 11:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-12564</guid>
		<description>[...] 13. jQuery Keyz Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] 13. jQuery Keyz Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/comment-page-1#comment-12503</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Sat, 12 Nov 2011 15:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-12503</guid>
		<description>Unfortunately it&#039;s not as simple to directly map that. It could be possible to map this through with a modification but not going to be able to work on this for a while.</description>
		<content:encoded><![CDATA[<p>Unfortunately it&#8217;s not as simple to directly map that. It could be possible to map this through with a modification but not going to be able to work on this for a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camilo Castilla</title>
		<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/comment-page-1#comment-12502</link>
		<dc:creator>Camilo Castilla</dc:creator>
		<pubDate>Sat, 12 Nov 2011 14:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-12502</guid>
		<description>Hello, excellent!. It is possible to do key sequences (example: ctrl+N). Thank you</description>
		<content:encoded><![CDATA[<p>Hello, excellent!. It is possible to do key sequences (example: ctrl+N). Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 25+ Best jQuery Plugins To Beautify Your Website &#171; RPL Class</title>
		<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/comment-page-1#comment-12281</link>
		<dc:creator>25+ Best jQuery Plugins To Beautify Your Website &#171; RPL Class</dc:creator>
		<pubDate>Fri, 28 Oct 2011 06:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-12281</guid>
		<description>[...] 13. jQuery Keyz Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] 13. jQuery Keyz Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/comment-page-1#comment-12276</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Fri, 28 Oct 2011 00:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-12276</guid>
		<description>just reading your code and it&#039;s a bit messy.
&lt;code&gt;
$(“input, select”).not(“:button”).keyz({
    “enter”: function(ctl, sft, alt, event) {
        var campos = $(this).next(‘input,textarea,select’);
        if (campos.length &gt; 0) {
            campos.eq(0).focus();
        }
        return false;
    }
});&lt;/code&gt;

remember your semi colons! also remember where the element is</description>
		<content:encoded><![CDATA[<p>just reading your code and it&#8217;s a bit messy.<br />
<code><br />
$(“input, select”).not(“:button”).keyz({<br />
    “enter”: function(ctl, sft, alt, event) {<br />
        var campos = $(this).next(‘input,textarea,select’);<br />
        if (campos.length &gt; 0) {<br />
            campos.eq(0).focus();<br />
        }<br />
        return false;<br />
    }<br />
});</code></p>
<p>remember your semi colons! also remember where the element is</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/comment-page-1#comment-2359</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Fri, 19 Aug 2011 23:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-2359</guid>
		<description>Access to the next field by pressing Enter:

$(&quot;input, select&quot;).not($(&quot;:button&quot;)).keyz({
        &quot;enter&quot;: function(ctl, sft, alt, event) {
            var campos = $(this).parents(&#039;form:eq(0),body&#039;).find(&#039;input,textarea,select&#039;) 
            var indice = campos.index(this)
            if ( indice &gt; -1 &amp;&amp; ( indice + 1 ) &lt; campos.length ) {
                campos.eq( indice + 1 ).focus()
            }
            return false
        }
    })</description>
		<content:encoded><![CDATA[<p>Access to the next field by pressing Enter:</p>
<p>$(&#8220;input, select&#8221;).not($(&#8220;:button&#8221;)).keyz({<br />
        &#8220;enter&#8221;: function(ctl, sft, alt, event) {<br />
            var campos = $(this).parents(&#8216;form:eq(0),body&#8217;).find(&#8216;input,textarea,select&#8217;)<br />
            var indice = campos.index(this)<br />
            if ( indice &gt; -1 &amp;&amp; ( indice + 1 ) &lt; campos.length ) {<br />
                campos.eq( indice + 1 ).focus()<br />
            }<br />
            return false<br />
        }<br />
    })</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/comment-page-1#comment-641</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Fri, 11 Mar 2011 21:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-641</guid>
		<description>Hi Esben, Thanks for your message.

I would personally use a flag and then check that flag during the keyevent.</description>
		<content:encoded><![CDATA[<p>Hi Esben, Thanks for your message.</p>
<p>I would personally use a flag and then check that flag during the keyevent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esben Boye-Jacobsen</title>
		<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/comment-page-1#comment-596</link>
		<dc:creator>Esben Boye-Jacobsen</dc:creator>
		<pubDate>Fri, 18 Feb 2011 15:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-596</guid>
		<description>Great plugin, but is it possible to unbind the handlers again? I&#039;m using a custom popup and wants to disable up/down arrows while it is active and then re-enable them when the pop up closes.</description>
		<content:encoded><![CDATA[<p>Great plugin, but is it possible to unbind the handlers again? I&#8217;m using a custom popup and wants to disable up/down arrows while it is active and then re-enable them when the pop up closes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best jQuery Plugins</title>
		<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/comment-page-1#comment-247</link>
		<dc:creator>Best jQuery Plugins</dc:creator>
		<pubDate>Fri, 30 Apr 2010 20:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-247</guid>
		<description>[...] 13. jQuery Keyz Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] 13. jQuery Keyz Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Really Fresh and Cool jQuery Plugins to Spice Up Your Website or Blog&#160;&#124;&#160;tripwire magazine</title>
		<link>http://binarykitten.com/dev/jq-plugins/259-jquery-keyz-plugin.html/comment-page-1#comment-236</link>
		<dc:creator>10 Really Fresh and Cool jQuery Plugins to Spice Up Your Website or Blog&#160;&#124;&#160;tripwire magazine</dc:creator>
		<pubDate>Wed, 17 Mar 2010 22:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-236</guid>
		<description>[...] jQuery Keyz Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery Keyz Plugin [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

