From 675043dfd00b77e2cdca57b444df29c18731018a Mon Sep 17 00:00:00 2001 From: Trent Date: Sun, 26 Sep 2010 21:15:07 -0400 Subject: [PATCH] Added change event trigger by jblaster --- jquery-ui-timepicker-addon.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {