You probably fixed this by now, but I ran into the same problem and
figured I might as well post the solution to my problem.
I was using onChangeMonthYear: function(date) {...
but when doing this, date only gives the year, so date.getMonth isn't
valid. I switched to the following, which has fixed my problem:
onChangeMonthYear: function(year,month) {...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---