I am just using time picker from https://github.com/jonthornton/jquery-timepicker , and using DisableTimeRanges feature to pickup valid time range from some date.
My idea is when user selects a date, then update Disable Time Ranges on time field with ajax.
The problem is time field can only display first time range data from server, and cannot refresh updated data from server.
my code:
#dateStart is date field, and #timeStart is time field
Can someone help solve this issue for me? thanks