Scrolling timepicker for jQuery // by Gutzy (Oded Idan).

Dependencies: jQuery, jQuery UI Draggables

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.

Demo:

Default

Without parameters:

Time:

12-hour format

With the AM/PM field:

Time:

Usage

If you have an input field for time, like this:

<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.

Where can you get it

Right here

What else do you need

jQuery, and the UI elements draggables

It doesn't work!

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.