diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js index 57f2904..e3ea320 100755 --- a/jquery-ui-timepicker-addon.js +++ b/jquery-ui-timepicker-addon.js @@ -2,7 +2,7 @@ * jQuery timepicker addon * By: Trent Richardson [http://trentrichardson.com] * Version 0.6.2 -* Last Modified: 9/21/2010 +* Last Modified: 9/26/2010 * * Copyright 2010 Trent Richardson * Dual licensed under the MIT and GPL licenses. @@ -328,6 +328,7 @@ this.formattedDateTime = formattedDateTime; this.$input.val(formattedDateTime); + this.$input.trigger("change"); }, setDefaults: function(settings) {