<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/enter</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 04:50:44 GMT</pubDate>
<item>
<title>(JavaScript) How to send a form by pressing ENTER key - ginoplusio</title>
<link>http://snipplr.com/view/28368/how-to-send-a-form-by-pressing-enter-key/</link>
<description><![CDATA[ <p>Suppose you have a login form and you want to send the form when user press enter on his keyboard and not only by clicking on the submit button.
This can be achieved capturing a specific event when the user is typing. We have to capture the keypress event and listen to trigger an action when the enter key is pressed. Example and code in the link above.</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 06:16:39 GMT</pubDate>
<guid>http://snipplr.com/view/28368/how-to-send-a-form-by-pressing-enter-key/</guid>
</item>
<item>
<title>(JavaScript) Capturing The Enter Key Keypress in ASP.NET - ecavazos</title>
<link>http://snipplr.com/view/4650/capturing-the-enter-key-keypress-in-aspnet/</link>
<description><![CDATA[ <p>This is to prevent a form from being inadvertently submitted.</p> ]]></description>
<pubDate>Fri, 18 Jan 2008 17:34:17 GMT</pubDate>
<guid>http://snipplr.com/view/4650/capturing-the-enter-key-keypress-in-aspnet/</guid>
</item>
<item>
<title>(JavaScript) Check for enter key using jQuery - penguin999</title>
<link>http://snipplr.com/view/3850/check-for-enter-key-using-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Oct 2007 13:48:51 GMT</pubDate>
<guid>http://snipplr.com/view/3850/check-for-enter-key-using-jquery/</guid>
</item>
<item>
<title>(JavaScript) Disable the Enter Key in Form - gux</title>
<link>http://snipplr.com/view/827/disable-the-enter-key-in-form/</link>
<description><![CDATA[ <p>added to the head section of the page</p> ]]></description>
<pubDate>Wed, 16 Aug 2006 06:00:41 GMT</pubDate>
<guid>http://snipplr.com/view/827/disable-the-enter-key-in-form/</guid>
</item>
</channel>
</rss>