Added change event trigger by jblaster
This commit is contained in:
parent
2d641af90d
commit
675043dfd0
1 changed files with 2 additions and 1 deletions
3
jquery-ui-timepicker-addon.js
vendored
3
jquery-ui-timepicker-addon.js
vendored
|
@ -2,7 +2,7 @@
|
||||||
* jQuery timepicker addon
|
* jQuery timepicker addon
|
||||||
* By: Trent Richardson [http://trentrichardson.com]
|
* By: Trent Richardson [http://trentrichardson.com]
|
||||||
* Version 0.6.2
|
* Version 0.6.2
|
||||||
* Last Modified: 9/21/2010
|
* Last Modified: 9/26/2010
|
||||||
*
|
*
|
||||||
* Copyright 2010 Trent Richardson
|
* Copyright 2010 Trent Richardson
|
||||||
* Dual licensed under the MIT and GPL licenses.
|
* Dual licensed under the MIT and GPL licenses.
|
||||||
|
@ -328,6 +328,7 @@
|
||||||
|
|
||||||
this.formattedDateTime = formattedDateTime;
|
this.formattedDateTime = formattedDateTime;
|
||||||
this.$input.val(formattedDateTime);
|
this.$input.val(formattedDateTime);
|
||||||
|
this.$input.trigger("change");
|
||||||
},
|
},
|
||||||
|
|
||||||
setDefaults: function(settings) {
|
setDefaults: function(settings) {
|
||||||
|
|
Loading…
Reference in a new issue