timer.jquery icon indicating copy to clipboard operation
timer.jquery copied to clipboard

get seconds as ticks

Open clillefield opened this issue 6 years ago • 2 comments

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.

clillefield avatar Jan 27 '19 20:01 clillefield

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.

walmik avatar Jan 31 '19 05:01 walmik

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!

clillefield avatar Feb 06 '19 00:02 clillefield