jQuery time picker [closed]

2019-01-16 02:10发布

I'm looking to fill a text input with a time that the user can choose in 15 minute intervals. I know there are a few plugins out there. I was wondering if there was any “industry standard” plugin, or strong objective reasons to prefer a particular one in common scenarios.

16条回答
走好不送
2楼-- · 2019-01-16 02:24

Whilst there isn't a standard one, I've been using a jQuery plugin from Keith Wood. Unlike some, this degrades to a text box (that you can still type in, whilst still performing validation), and can also be used with a mouse if you're so inclined.

查看更多
唯我独甜
3楼-- · 2019-01-16 02:25

I tried a ton of timepicker and was not satisfied so I wrote [yet] another one. I think it works well. Also it is inspired from the datepicker so it looks like standard jQuery UI stuff.

The default minute increments is at 5 and can be set to 15 in the options.

http://fgelinas.com/code/timepicker

查看更多
Viruses.
5楼-- · 2019-01-16 02:33

I have been using Trent Richardson's timepicker library and have found it to be great. It is a very popular one too, by number of downloads.

查看更多
对你真心纯属浪费
6楼-- · 2019-01-16 02:34

Check out Maxime Haineault's jQuery.timepicker. Pretty cool, IMHO...

查看更多
We Are One
7楼-- · 2019-01-16 02:35

I couldn't find a plugin that did what I wanted (i.e., multi-column autocomplete combined with input masking for time), so I wrote MenuOptions

What it looks like enter image description here

查看更多
登录 后发表回答