Also, The onChangeMonthYear seems to be working correctly: http://jsbin.com/oluta/edit
Can you provide a sample that demonstrates your issue? thanks, Dave On Sep 2, 9:42 am, danduv <[email protected]> wrote: > Hi Fred, > > Thanks for the reply. > > I have already tried onChangeMonthYear event as follows in init: > > changeMonth : true, > changeYear : true, > onChangeMonthYear: function(year, month) { > alert("Changed to "+month+" "+year); > > } > > I get the alert message as soon as my inline calendar loads, but i > donot get any message after changing either month or year dropdown. > Even, the calendar donot change after changing month or year > dropdowns. > > Is this an existing bug? I am not quite sure how to get around this? > > Thanks in advance, > > Regards, > Dandu. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
