trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Added one line view for select control type #782

Closed diasflack closed 9 years ago

diasflack commented 9 years ago

Added one line timepicker select style view. Can be seen in examples:

$('#slider_example_4andHalf').datetimepicker({ controlType: 'select', oneLine: true, timeFormat: 'hh:mm tt' })

diasflack commented 9 years ago

Added option afterInject which receives function, and triggered after timepicker injection complete

trentrichardson commented 9 years ago

@diasflack Thanks for these changes. I have added them to the dev branch. Note that I have made changes to the js and css in addition to yours to expand on it some.