jquery 计时器或倒计时
我需要向用户显示等待时间,例如以分钟和秒为单位,或者可能以小时、分钟和秒的格式。有没有什么插件可以做到这一点?
I need to display a waiting time, say in minutes and seconds or may be in hours, minutes and seconds format to the user. Is there any plugin for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个网站:
Jquery CountDown
我希望它是您正在寻找的。有带秒和不带分钟之分。
编辑!
代码可能如下所示:
如果您不希望它在数字下注明“小时”和“分钟”,则使用以下示例:
//Gerner
Take a look at this site:
Jquery CountDown
I hope its what you are looking for. There are both with and without seconds and minutes.
EDIT!
The code could look like:
If your dont want it to state "Hours" and "Minutes" under the numbers then use this example:
//Gerner