I am using the datepicker from jquery ui and I’d like add a script to call specific images to load when specific dates are chosen. Each date will have it’s own unique image.
Any pointers of what is the best method to do this would be very much appreciated.
Thanks
You can use
datepicker‘s onSelect event which is triggered whenever you select any date from datepicker. In the callback you get the selecteddateobject.