-
-
Save mrkevler/3e352ac2e031389c4303833ddcd5392b to your computer and use it in GitHub Desktop.
Simple Signup Form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//http://www.narga.net/making-awesome-forms-inline-labels-with-jquery | |
<form id="signup" name="signup"> | |
<label for="email">Email Address</label> | |
<input class="text" name="email" type="text" /> | |
<label for="username">Username</label> | |
<input class="text username" name="username" type="text" /> | |
<input class="btn" type="submit" value="Sign Up" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment