beforeShowDay fires every time a day is rendered in the calendar. If you put code in this function to check your array it will run when you change months.
See this example where the array bridges the month: http://jsbin.com/ezomu/edit Hth, 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 -~----------~----~----~----~------~----~------~--~---
