Closed kristianmandrup closed 11 years ago
Hi Kristian,
it should work with jQuery UI 1.8.24. I've recently used it in a project with jQuery UI 1.9.1 and it worked out of the box. Do you get any error messages (for example in a firebug console)? Check the month+year on top of your calendar to tell if it works. If the month/year is underlined you can click on it to cycle between day/month/year selection. I'm going to update the readme with screenshots to make things easier. let me know if you find out something, bye
Hmm, I think I got it working now. I had set some settings like changeMonth: true
on the datepicker init call.
Would be nice with some setup/config instructions beyond what you have so far.
Thanks
You have a demo page where this thing works?
I tried to add it to my Rails app but it displays my jQuery UI datepickers just the same. I see no change.
Using jQuery UI 1.8.24 with jQuery 1.8.3.
It says: "Month and Year picker for jQuery UI Datepicker 1.8.21", hmm... but I would assume there are no breaking changes from three minor versions.
I guess I will have to debug the hard way and see... but would be nie with some pointers of how I can test it, how it is supposed to look and function. Thanks!