Skip to content

Instantly share code, notes, and snippets.

@thams017
Last active March 4, 2016 05:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save thams017/556e9b2e567730fa4082 to your computer and use it in GitHub Desktop.
On clicking Start Button
$(document).ready(
function() {
$("#start").click(
function() {
reset();
randDot();
randReveal();
showR();
startTimer();
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment