timer.jquery
timer.jquery copied to clipboard
get seconds as ticks
First off thank you for this script!!! Was just what I needed for multiple timers. Just have a request. I would like to store seconds in localstorage as it ticks. I can do it on pause. But that leave room for other issues. If you could just a stop button would be handy.
Thank you for trying this script out @clillefield ! What you have suggested sounds like a new feature to me. Ideally it should be implemented with a flag to enable it while initializing a timer. I ll add the feature flag to this issue. If someone else doesnt pick it up, I ll give it a shot once I have some time.
Awesome. Take a look at easytimer.js it has a secondsupdated function that will update a span and localstorage at the same time. I am rather new to programming and could not figure out how to have multiple timers with that script. Maybe just the ability to access the text the timer initialized to. Not sure hope this helps and thanks again!