jQuery.countdown
jQuery.countdown copied to clipboard
Update countdown every miliseconds
Which part of the code should be changed to update the countdown every milliseconds.
hi @DavidGevorgyan92 this countdown have options to customizing, just set option {precision:1} or change main code:
precision: 100,
to
precision: 1,