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

Hello, I am trying to put the time like 9:2, it should consider as the 9:20. But it displaying as 9:02. I don't want like that. I want 9:20. Could...

Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

If this.targetEl.nodeName is lowercase 'input', the value is not set in input tag.

characters are not escape between time. when adding raw text. it is not removing(escaping) eg: 10:30 AM after adding characters: 1aaaa0:3aaaaa0 AM . characters are not escaping. can you please...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

When the modal option of the dialogue widjet is set to true the menu of time can be scrolled **only** with mouse wheel and not by clicking on the vertical...

.unbind is deprecated and is triggering jquery migrate warnings for me. I suggest changing lines 1644 and 1645 of jquery.timepicker.js to: $(document).off(".ui-timepicker"); $(window).off(".ui-timepicker"); Thank you!

I am using two timepickers that relate to each other (i.e.: Start time and End time). Based on the start time, I am updating the end time dropdown with a...

Every time I have to "double" tap on the input to see the time picker. The time picker is rendered on an input element which by default causes the android...

bug

When using the same code as the demo for [Datepair Plugin Example](https://www.jonthornton.com/jquery-timepicker) with the only difference being that the `step` value is set to 15 then the width of the...