plonknimbuzz
plonknimbuzz
https://github.com/hilios/jQuery.countdown/issues/272#issuecomment-679070405
https://github.com/hilios/jQuery.countdown/issues/118#issuecomment-110462678 ```stop start $(function(){ $('.stop').click(function(){ $('#clock').countdown('remove'); $('#clock').empty(); }) $('.start').click(function(){ var fiveSeconds = new Date().getTime() ; $('#clock').countdown(fiveSeconds, {elapse: true}) .on('update.countdown', function(event) { var $this = $(this); if (event.elapsed) { $this.html(event.strftime('%H:%M:%S')); }...
https://github.com/hilios/jQuery.countdown/issues/272#issuecomment-679070405
or, if there is no available method for my case. at least, **how can i find my previous display?** something like this ``` def run(action): disp = Display() #idk how...