Profile
Achievement
You have not received any achievements.ginoplusio's Recent SnippetsTagged form
- All /
« Prev 1 Next »
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 <input> fields with <input> fields display...
1
626
posted 12 years ago by ginoplusio
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...
1
532
posted 12 years ago by ginoplusio