Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created January 11, 2016 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save levinmejia/50a477b33850b9ee075f to your computer and use it in GitHub Desktop.
Save levinmejia/50a477b33850b9ee075f to your computer and use it in GitHub Desktop.
<div class="qty">
<a class="minus_btn" ></a>
<input type="text" id="quantity" name="quantity" class="txtbox" value="1" min="1">
<a class="plus_btn" ></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment