jQuery UI Datepicker - Disable specific days

前端 未结 6 2125
予麋鹿
予麋鹿 2020-11-29 03:20

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

6条回答
  •  渐次进展
    2020-11-29 03:33

    The problem with IE is most probably on the following line:

    altField: '#alternate',
    }); 
    

    Try to remove the comma symbol and it should work.

提交回复
热议问题