I have some jQuery that I need to execute onFocus for the datepicker which will block out days.
Here's the jQuery that I'm running on the page:
I need to execute this function on focus for Field ID 75
How do I add this to the datepicker input?
onfocus='(disableDays('#input_2_75',[5,6],'+4d');):"