Merge pull request #23 from macrouch/master

Trigger onChangeMonth when month picker is used to switch months
This commit is contained in:
Valeriy 2014-01-06 15:35:37 -08:00
commit 838a71bdc8

View File

@ -271,6 +271,7 @@
_xdsoft_datetime.currentTime[$(this).parent().parent().hasClass('xdsoft_monthselect')?'setMonth':'setFullYear']($(this).data('value'));
$(this).parent().parent().hide();
datetimepicker.trigger('xchange.xdsoft');
options.onChangeMonth&&options.onChangeMonth.call&&options.onChangeMonth.call(datetimepicker,_xdsoft_datetime.currentTime,datetimepicker.data('input'));
});