Datepicker + Custom weekends + Ajax
Hello.
I am using UI Datepicker in my project, and want to have custom
weekends. I found a solution in manual,
but i have very log historical data, so to specify my custom weekends
to datepicker, i need to specify weekends for 10 years. It is very
long data, and not every user needs it.
My idea was to create a function for something like "OnChangeMonth"
event, and then load weekend data with ajax.
But i can't found any event descriptions in http://docs.jquery.com/UI/Datepicker.
Can someone please point me to the right direction?