Hi everbody. This is another jQuery timepicker, only unlike the others, it allows picking time by dragging up and down
over the time field, adjusting it in a convenient way that somewhat resembles adjusting an analog clock.
It requires jQuery and the jQuery UI mouse and draggable extensions.
Time:
Time:
<input class="time" type="text" name="start" id="start" />
It could be converted to a scrolling timepicker, like this:$('input.time').timepicker(ampm);
The ampm being an optional boolean parameter which converts the field to a 12-hour format picker.jQuery, and the UI elements draggables
Sorry :(
This is my first plugin. I'll do my best to maintain it, but I can only check it on Firefox/ubuntu for the time being.