Having problem with jQuery Countdown? Function serverSync: serverTime

前端 未结 3 742
名媛妹妹
名媛妹妹 2021-01-27 13:22

serverSync: serverTime Function return value from server but I have checked both server and client time both are same.When i called server to sync with server it will not displa

3条回答
  •  面向向阳花
    2021-01-27 13:31

    async: true,
    

    That will fix the problem but it will not be synchronous. Maybe someone else can figure out why the async: false, will break this? I have no clue.

提交回复
热议问题