Simple jQuery dropdown timepicker. Small, accessible, and highly customizable.
Requires jQuery 1.2+. Compatible with all modern browsers and IE 7+.
The min
and max
attributes on the element restricts the range.
The step
attribute on the element defines the intervals between times.
Use the data-placeholder
attribute to specify the text of the first (placeholder) element.
(In accordance with the HTML5 specification, the placeholder
attribute must not be specified on an input
element of type time
.)