Created
July 31, 2011 02:14
-
-
Save nathanpalmer/1116275 to your computer and use it in GitHub Desktop.
This file contains 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
<div>You've clicked <span id="clicks"> </span> times</div> | |
<button id="clicker">Click me</button> | |
<div id="reset"> | |
That's too many clicks! Please stop before you wear out your fingers. | |
<button id="resetter">Reset clicks</button> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment