lucianocosta / jquery.mtz.monthpicker

Monthpicker, the missing JQuery widget.
http://lucianocosta.com.br/jquery.mtz.monthpicker
96 stars 57 forks source link

re-initializing should update settings #46

Open olleicua opened 11 years ago

olleicua commented 11 years ago

for example if a monthpicker is already set up with:

$('#custom_widget').monthpicker({
    pattern: 'yyyy-mm',
    selectedYear: 2010,
    startYear: 2008,
    finalYear: 2012
});

then it should be possible to update the finalYear property with:

$('#custom_widget').monthpicker({finalYear: 2012});
olleicua commented 11 years ago

ignore bbf285f use https://github.com/lucianocosta/jquery.mtz.monthpicker/pull/48