<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - ginoplusio</title>
<link>http://snipplr.com/users/ginoplusio/tags/form</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 10:29:56 GMT</pubDate>
<item>
<title>(jQuery) How to change dynamically input type password to show description inside field</title>
<link>http://snipplr.com/view/29555/how-to-change-dynamically-input-type-password-to-show-description-inside-field/</link>
<description><![CDATA[ <p>Sometime designers put form labels and instrucions into html inputs. One of the common uses is for login boxes when there’s not much space. I wrote a small jQuery plugin which dynamically replaces selected  fields with  fields displaying a chosen value. The replace procedure works forth and back: when the user clicks on the input field it is transformed into a ; if the user inserts some text, then the field remains masked, if he/she does not insert anything, the field is replaced again, letting the chosen value be visible again.</p> ]]></description>
<pubDate>Wed, 10 Mar 2010 14:31:48 GMT</pubDate>
<guid>http://snipplr.com/view/29555/how-to-change-dynamically-input-type-password-to-show-description-inside-field/</guid>
</item>
<item>
<title>(JavaScript) How to send a form by pressing ENTER key</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>
</channel>
</rss>