<input type = time> 的替代方法?

use*_*949 5 html

我需要输入时间类型,用户需要输入“从”和“到”时间,我发现了这个

<input type="time">

但它在 firefox 中不起作用,即等..(你们都知道)

那么有什么方法可以在我的时间输入字段中实现与此类似的内容,用户可以在其中选择时间(小时:分钟:AM/PM)

我是一个新手(我的第一个网站),这是我在这里的第一个问题..请考虑

谢谢你

Nir*_*Ram 5

试试 jquery 时间选择器,我总是这个

http://pttimeselect.sourceforge.net/example/index.html

如果你想要一些非常简单的东西,那么试试

http://keith-wood.name/timeEntry.html

这个类似于 <input type="time">