JavaScript/jQuery 倒计时器最简单的解决方案
我想实现一个倒计时器,它将倒计时直到特定日期,从从数据库中获取的日期开始。
倒计时器不应在页面刷新时重新启动,而应仅倒计时直至特定日期。
我想知道是否存在 jQuery 或 JavaScript 开源解决方案?
I want to implement a countdown timer, that will countdown until a specific date, starting with a date that will be taken form the database.
The countdown timer should not restart at page refresh, it should just countdown until a specific date.
I was wondering if it exists a jQuery or JavaScript open source solution for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个漂亮的倒计时器,带有漂亮的刻度动画: http:// www.littlewebthings.com/2010/02/jquery-countdown-script/
Here is a great looking countdown timer with a nice tick animation: http://www.littlewebthings.com/2010/02/jquery-countdown-script/
jQuery Countdown 是一个很好的方法,而且很容易实现。
jQuery Countdown is a good one and easy to implement.