jQuery.countdown icon indicating copy to clipboard operation
jQuery.countdown copied to clipboard

Update countdown every miliseconds

Open DavidGevorgyan92 opened this issue 5 years ago • 1 comments

Which part of the code should be changed to update the countdown every milliseconds.

DavidGevorgyan92 avatar Jun 20 '19 08:06 DavidGevorgyan92

hi @DavidGevorgyan92 this countdown have options to customizing, just set option {precision:1} or change main code:

precision: 100,

to

precision: 1,

webwamp avatar Sep 01 '20 06:09 webwamp