Disabled Option - KidSysco/jquery-ui-month-picker GitHub Wiki
Type: Boolean
Default: false
Disables and enables the MonthPicker.
Set the option upon init.
$('.selector').MonthPicker({ Disabled: true });
Get or set the option, after init.
//getter var disabled = $('.selector').MonthPicker('option', 'Disabled'); //setter $('.selector').MonthPicker('option', 'Disabled', true );