timePicker
timePicker copied to clipboard
A time picker control for textfields built using jQuery. Inspired by Google Calendar.
Removed the calls to $.browser since it is not supported by jQuery any longer, instead i did a quick call to userAgent. Also, change the z-index to 1051 to be...
Hi, It's useful to be able to use the timePicker functions to be able to convert between the different time formats. I've exposed 2 private functions in this pull request....
Jquery 1.7 adds support for the Asynchronous Module Definition (AMD) API ( https://github.com/amdjs/amdjs-api/wiki/AMD ). It would be great if timePicker would also now support this. Usually the easiest, most flexible...
Also, when using with a module loader, you get only one name or the other, not both jQuery and $.
- Go to index html - Click into the first field - timepicker opens - Scroll the time picker using its scrollbar up or down - Click somewhere outside the...
For 12-hour times, this removed the leading zeros when present.
Nice plugin! I'm planning on using it, but it was missing an option to specify what time in the dropdown you want selected by default, when the user first opens...
Needed this for a project.
Minified version not updated