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
Have you tried declaring natDays properly with the 'var' keyword in front?
Also - you have an extra comma at the end of your natDays definition.
natDays[i][2] won't work as your the arrays only have 2 items in them - try just ''
Additionally, you'll want to set your beforeShowDay function name correctly - doesn't look like it's even calling your custom function