向 Jquery 时间选择器添加秒数
我有一个 jQuery Timepicker 代码如下:
$('#timepicker').timepicker({
showOn: 'button',
button: '.timepicker_button_trigger'
});
这个 Timepicker 可以在这个网站上看到: 这里
我遇到的问题找不到解决方案是我想在这个时间选择器中包含秒数以及小时和分钟。这个 Timepicker 是否有解决方案?
我正在使用时间选择器来设置某事的持续时间。
I have a jQuery Timepicker code below:
$('#timepicker').timepicker({
showOn: 'button',
button: '.timepicker_button_trigger'
});
This Timepicker can be seen on this website: here
The problem which I can't find the solution of is that I want to include seconds in this Timepicker with hours and minutes. Is there a solution for this with this Timepicker or not?
I am using the timepicker to set the duration of something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查这个:http://trentrichardson.com/examples/timepicker/ 看看是否对您有
帮助有一些使用秒的例子。
例子:
check this: http://trentrichardson.com/examples/timepicker/ and see if helps you
there you have some examples working with seconds.
example: