Automatically Expand Time Slots on Page Load?
All of the appointment situations I'm working with are a single worker at a single location on a single day. Since there's only ever a single date to choose from, would it be possible to auto-select that date so that the available time slots are immediately displayed when the user arrives on the page displaying the calendar? I tried adding
jQuery('.free').click();but that's not working. Thanks!