-3

I need a jquery to count up to a specific number (let's say 750) till midnight. It will use visitor's clock of course, and repeat the count up daily.

I tried several modifications but nothing worked for me. Is there anyone who can fingure that out?

4

1 回答 1

1

由于您没有提供任何代码,我们不知道您尝试了什么,我也没有理由为此提供代码。

这是您将如何做到的。

1:获取用户计算机上的当前时间。
2:计算午夜的时间戳。
3:一天是 86400 秒长或 86400000 毫秒长。
4:求剩余时间百分比。
5:将该百分比与您想要的特定数字相乘并取底。

于 2013-03-29T19:13:26.117 回答