How countdown get Synchronise with jquery using “jquery.countdown.js” plugin?

后端 未结 1 402
孤城傲影
孤城傲影 2020-12-18 15:45

Unable to get the correct Ans as i am getting correct result from the Jquery variable \"shortly\" but when i am Synchronise with function \"serverSync\" all will set to 0:0:

1条回答
  •  Happy的楠姐
    2020-12-18 16:21

    You're setting the server time equal to the time you're counting down towards.

    Since the new "serverSync" time and the "until" time are the same, the countdown will just be 0's across the board.

    0 讨论(0)
提交回复
热议问题