jquery.mtz.monthpicker
jquery.mtz.monthpicker copied to clipboard
error in line 87 when use jquery version 1.6
Hi,
When using this plugin with jquery 1.6, I got the error of 'Uncaught TypeError: undefined is not a function ' in line 87 in chrome:
if (settings.openOnFocus === true) {
$this.on('focus', function () {
$this.monthpicker('show');
});
}
Can somebody provide the fix please?
Thanks very much, Qiuzhuang
FYI, if I use jquery version 1.7.2 or above, it works well. So it should be due to jquery API's in compatibility?