Skip to content

Commit 675043d

Browse files
author
Trent
committed
Added change event trigger by jblaster
1 parent 2d641af commit 675043d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery timepicker addon
33
* By: Trent Richardson [http://trentrichardson.com]
44
* Version 0.6.2
5-
* Last Modified: 9/21/2010
5+
* Last Modified: 9/26/2010
66
*
77
* Copyright 2010 Trent Richardson
88
* Dual licensed under the MIT and GPL licenses.
@@ -328,6 +328,7 @@
328328

329329
this.formattedDateTime = formattedDateTime;
330330
this.$input.val(formattedDateTime);
331+
this.$input.trigger("change");
331332
},
332333

333334
setDefaults: function(settings) {

0 commit comments

Comments
 (0)