summaryrefslogtreecommitdiffstats
path: root/jquery-ui-timepicker-addon.js
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed issue with dashes in input idTrent Richardson2010-11-151-2/+2
* Fixed undefined dp_inst.lastValTrent Richardson2010-11-151-1/+1
* Tested bug fixes, incremented to version 0.8Trent2010-11-141-20/+25
* Polished timepicker if numberOfMonths > 1v0.8Trent2010-11-141-1/+6
* Fixed if numberOfMonths is greater than 0Trent2010-11-141-1/+1
* 'options' to 'option'. I think this is a typo.Joseph Huttner2010-11-141-1/+1
* default date if not set in _setDateTrent Richardson2010-11-121-0/+5
* Run though jslint to clean upTrent Richardson2010-11-101-35/+57
* added refresh to _setDate before actually setting dateTrent Richardson2010-11-101-1/+3
* added _keyup event by TCTrent Richardson2010-11-091-19/+42
* Fix bug in setDate, still doesnt set properly before picker is shownTrent Richardson2010-10-271-18/+27
* Added changes by Mikko for time grid and altFieldTrent Richardson2010-10-211-121/+190
* Return jquery object at the end of initializationTrent Richardson2010-10-211-2/+2
* integrated get/setDate functions from datepickerTrent Richardson2010-10-081-7/+66
* Update versionTrent Richardson2010-10-081-1/+1
* Adjusted grid to start at Min optionsTrent Richardson2010-10-081-3/+3
* increment version to 0.7Trent2010-10-071-1/+1
* Adjust cssTrent Richardson2010-10-071-0/+1
* Adjust cssTrent Richardson2010-10-071-2/+1
* Fixed syntax error preventing minifyTrent Richardson2010-10-071-2/+2
* Fixed altField implementationTrent Richardson2010-10-071-7/+9
* Added time grid and altField by MKTrent Richardson2010-10-071-16/+169
* fixed issue going from 11am to 12pmTrent Richardson2010-10-011-1/+2
* fixed 12am display bugTrent Richardson2010-10-011-4/+4
* fixed date format bugTrent2010-09-261-1/+2
* Added change event trigger by jblasterTrent2010-09-261-1/+2
* Now displays inlineTrent Richardson2010-09-221-2/+3
* Fixed issues to falling back to plain datepickerTrent Richardson2010-09-211-15/+29
* Fixed if input is cleared dont apply timeTrent Richardson2010-09-211-1/+4
* Applied patches by vhostein, gave unique id (css changes to classes)Trent Richardson2010-09-211-30/+43
* Changed Today button to Now (localized) and Now button includes timeTrent Richardson2010-09-201-4/+5
* Merge branch 'master' of github.com:trentrichardson/jQuery-Timepicker-AddonTrent Richardson2010-09-201-1/+2
|\
| * Corrected error calling datepicker dateFormatTrent2010-09-151-1/+2
* | Changed timepicker Today localization to Now, now updates date and time on clickTrent Richardson2010-09-201-42/+79
|/
* updated default localizationTrent Richardson2010-09-151-2/+2
* Added localization default textTrent Richardson2010-09-151-6/+11
* add min/max ranges for timesTrent Richardson2010-09-151-6/+12
* apply reported getDate bugTrent Richardson2010-09-151-1/+2
* fixed regex to parse time and fixed timeOnly bugTrent Richardson2010-09-151-5/+8
* Removed unneeded commas breaking IE and updated to vhochstein localization co...Trent Richardson2010-09-151-34/+69
* Updated Last modified dateTrent Richardson2010-09-011-2/+2
* Updated from jozsikaTrent Richardson2010-09-011-405/+404
* added timepicker scriptTrent Richardson2010-07-021-0/+405