jQuery-Timepicker-Addon icon indicating copy to clipboard operation
jQuery-Timepicker-Addon copied to clipboard

Adds a timepicker to jQueryUI Datepicker

Results 100 jQuery-Timepicker-Addon issues
Sort by recently updated
recently updated
newest added
trafficstars

$( "#datepicker" ).datepicker({ showOn: "button", buttonImage: "images/calendar.gif", buttonImageOnly: true });

As this screen capture shows, I am seeing the Uncaught RangeError: Maximum call stack size exceeded error: http://screencast.com/t/8rFQYGlGRN It seems to be repeatedly calling: $.datepicker._updateDatepicker - jQuery timepicker addon -...

If there is a way to eliminate the Now button, I'm not seeing it

I couldn't seem to find this in the Docs, only how to change the text of the button. Thanks, GREAT addon by the way! So glad I found it

I have to change stepInterval, minDate, hourMax dynamically, but not able to override the initial values. I have tried $('#time').datetimepicker("option", "stepMinute", 30 ); $('#time').datetimepicker("option", "hourMax", 18 ); and also tried...

I've specified the files needed in my require-config.js: ``` paths: { jquery: "Scripts/jquery-1.9.1", jquery_ui: "Scripts/jquery-ui", jquery_ui_timepicker_addon: "Scripts/jquery-ui-timepicker-addon", ``` And in my Module.js i'm loading the files in this order: ```...

Hello, i like your Plugin and i use it on a long time but now i have a problem :( I use it for set a start and a end...

splitDateTime uses the format from the effective timeSettings. When called by parseDateTimeInternal/parseDateTime this is not necessarily the same as the timeFormat passed via the argument (so one must actually pass...

v1.6.1 (Chrome 46. Does not replicate in FF42 or IE11) - Open a picker - then click into the textbox and delete the hour - notice that the textbox no...

> jQuery UI 1.12 introduces API redesigns for Button, Buttonset, Dialog, Draggable, Droppable, Menu, Mouse, Resizable, Selectable, Sortable, Tabs, Tooltip, and Effects. Although the redesigns introduce breaking changes, 1.12 maintains...