Added change event trigger by jblaster

master
Trent 2010-09-26 21:15:07 -04:00
parent 2d641af90d
commit 675043dfd0
1 changed files with 2 additions and 1 deletions

View File

@ -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) {