jquery-timepicker icon indicating copy to clipboard operation
jquery-timepicker copied to clipboard

A javascript timepicker plugin for jQuery inspired by Google Calendar.

Results 59 jquery-timepicker issues
Sort by recently updated
recently updated
newest added

Uses the timeFormat to parse the time before generic method. Had to pass settings to each _time2int() call. Not sure if you ever intended any not to have settings.

When `forceRoundTime` is `false` in the setting. ``` $(function() { $('#timepicker').timepicker({ 'timeFormat': 'H:i:s', 'step': function(i) { // enable choice 59min if (i % 5 == 4) { return 14; }...

When typing in times without the colon the dropdown does not always display the correct amounts. For example when you type 83 you would expect the dropdown to display 8:30,...

Steps to reproduce: - click inside edit field - press escape to close dropdown - click outside of browser - click inside browser below edit field - "random" value has...

bug

time-dropdown.js:7 Uncaught TypeError: Cannot read property 'find' of undefined at q (time-dropdown.js:7) at HTMLLIElement. (time-dropdown.js:7) at HTMLUListElement.dispatch (jquery-3.1.1.min.js:3) at HTMLUListElement.q.handle (jquery-3.1.1.min.js:3)

I am using timepicker on my page to load time slots(e.g. 8am, 8.15am, 8.30 am and so on) like dropdown list. It is working fine in chrome or mozilla browser...

I have a timepicker initialized with the following options: { timeFormat: 'g:i A', scrollDefault: '08:00', step: 15 } When repopulating the input on page load, if the time value is...

When selecting a time drop the drop-down, the following error is thrown in the JS console: ``` jquery.timepicker.js?ver=1.11.12:362 Uncaught TypeError: Cannot read property 'forceRoundTime' of undefined at w.fn.init.setTime (jquery.timepicker.js?ver=1.11.12:362) at...

Hey Team, Thank you for the awesome plugin. I am wanting to make an ajax call once a time is selected and I noticed the selectTime event fires twice after...

To disable showing timepicker on focus, some options are set. First time, Timepicker is not shown on focus. But, once after timepicker is shown on click button and time is...