Skip to content

Instantly share code, notes, and snippets.

@Narga
Created June 7, 2012 02:38
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Narga/2886213 to your computer and use it in GitHub Desktop.
Save Narga/2886213 to your computer and use it in GitHub Desktop.
Simple Signup Form
//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