Skip to content

Releases: loebi-ch/jquery-clock-timepicker

Version 2.6.2

01 Mar 21:32
Compare
Choose a tag to compare
  • New configuration setting contextmenu added. See in the Options section of the README.md for explanation. Closes pull request #43.

Version 2.6.1

24 Feb 12:43
Compare
Choose a tag to compare
  • Minified JavaScript without eval() to solve issue #34.
  • Setting HTML value attribute upon time change.
  • Get value by calling $('.your-time-field').clockTimePicker('value'); or $('.your-time-field').clockTimePicker('val');
  • Set value by calling $('.your-time-field').clockTimePicker('value', '08:00'); or $('.your-time-field').clockTimePicker('val', '08:00');
  • jQuery version notice included in README.md
  • ClockTimePicker's version number included as query parameter when loading jquery-clock-timepicker.min.js in index.html to solve browser caching issue for new released versions.

Version 2.5.0

30 Oct 19:28
Compare
Choose a tag to compare
  • Don't open clock canvas when setting value programmatically with $('.your-time-field').clockTimePicker('value', '08:00');
  • New function to show clock canvas programmatically with $('.your-time-field').clockTimePicker('show');
  • New function to hide clock canvas programmatically with $('.your-time-field').clockTimePicker('hide');