Skip to content

Instantly share code, notes, and snippets.

@littlekbt
Created July 29, 2016 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save littlekbt/7f80ca689e09848acf2fe301dceb4f07 to your computer and use it in GitHub Desktop.
Save littlekbt/7f80ca689e09848acf2fe301dceb4f07 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<input type="button" id="decr" name="name" value="-">
<span id="num"></span>
<input type="button" id="incr" name="name" value="+">
</body>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script type="text/javascript" src="./index.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment