tasks/js/vendor_legacy/jquery-timepicker
2017-09-09 18:13:01 +02:00
..
i18n Use legacy datepicker 2017-09-09 18:13:01 +02:00
include Use legacy datepicker 2017-09-09 18:13:01 +02:00
legacy_1.2.6 Use legacy datepicker 2017-09-09 18:13:01 +02:00
tests Use legacy datepicker 2017-09-09 18:13:01 +02:00
GPL-LICENSE.txt Use legacy datepicker 2017-09-09 18:13:01 +02:00
index.html Use legacy datepicker 2017-09-09 18:13:01 +02:00
jquery.ui.timepicker.css Use legacy datepicker 2017-09-09 18:13:01 +02:00
jquery.ui.timepicker.js Use legacy datepicker 2017-09-09 18:13:01 +02:00
MIT-LICENSE.txt Use legacy datepicker 2017-09-09 18:13:01 +02:00
README.md Use legacy datepicker 2017-09-09 18:13:01 +02:00
timepicker.png Use legacy datepicker 2017-09-09 18:13:01 +02:00

jQuery UI Timepicker by François Gélinas

What

This is a jQuery UI time picker plugin build to match with other official jQuery UI widgets. Based on the existing date picker, it will blend nicely with your form and use your selected jQuery UI theme. The plugin is very easy to integrate in your form for you time (hours / minutes) inputs.

Why

I built this plugin because I could not find a plugin that did what I needed.

Doc

Examples are available on the main page at http://fgelinas.com/code/timepicker Most option parameters are documented at http://fgelinas.com/code/timepicker/#usage

Requirements

Work with jQuery 1.5.1 and more, also require jQuery UI core. There is a legacy version of the plugin made to work with older jQuery 1.2.6 and UI 1.6 at http://fgelinas.com/code/timepicker/#get_timepicker

Licenses

The plugin is licensed under the MIT and GPL licenses.

Other Stuff

There is a jsFiddle page here with basic implementation for testing.