Is there any (easy) way to set the jQuery UI Datepicker to disallow selection of specific, predetermined days?
I was able to get this approach working, however, it p
The problem with IE is most probably on the following line:
altField: '#alternate', });
Try to remove the comma symbol and it should work.