https://webwamp.com
https://webwamp.com
hi @boozeahead that is too easy, just in countdown on update function do this: ` //in this example "e" is update function passed value $(this).html(e.strftime("<span>%h</span>:<span>%i</span>")); // get <span>Hours</span> : ......
hi @DavidGevorgyan92 this countdown have options to customizing, just set option {precision:1} or change main code: `precision: 100,` to `precision: 1,`
hi @sunugur that to easy. set countdown and on update get total seconds and just divide on main total seconds and multiplication 100 finally you get percentage passed time and...
hi @Mijeko if you want start countdown or stop that, you can use this: `$('#countdown-element').countdown("start");` `$('#countdown-element').countdown("stop");` `$('#countdown-element').countdown("toggle");` `$('#countdown-element').countdown("pause");` `$('#countdown-element').countdown("resume");` `$('#countdown-element').countdown("remove");` if you mean how get countdown finalDate to counting just...
hi @ashkot123 this is wrong called, you cannot use `countdown.stop` and you should do this: `$('#clock').countdown("stop);` stop is exactly like start in end of your code