From 4582fb9f2747a7b260b96e9e2177889099f01162 Mon Sep 17 00:00:00 2001 From: Stephanie Gage Date: Mon, 28 Nov 2016 08:11:36 -0600 Subject: [PATCH] this one is not pretty, or running. --- timers.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/timers.js b/timers.js index fd40910..f76dfa9 100644 --- a/timers.js +++ b/timers.js @@ -1,4 +1,27 @@ +$(document).ready(function(){ +var seconds = 0; +var timerID = ; +function updateTime () { + seconds++; +} + $('#reset').click() { + }); + + $('#start').click() { + var timerID = window.setInterval(function, 1000[param1, param2]); + }); + + $('#pause').click() { + + }); + +function timer(){ + +} + +// really not sure what to do on this one... :/ +});