Select a Range of dates and Highlight in jQuery Datepicker
问题 I am trying to highlight or change the CSS of a range of dates in jQuery Datepicker. I want the user to be able to click the start date and the end date, and have all dates between that range be highlighted as well. I was able to create an array of the dates in that range when clicked, but for some reason I can't add a class to it to change the CSS. How could I take that array of dates and then add a CSS class to them all to change the background/highlight? Any help would be greatly