Hi everyone,

I am using the great UI Datepicker plugin to manage a property rental
website. Using the "National days" technique, I am able to parse data
from an XML file and show the days that the property is not available
in red.

So far so good, but I also need to allow the owners to change those
days, for which I am using the callback function. I can send an AJAX
GET to my server with the date selected as a parameter and my
serverside script can make the change from available to non-available,
but I also need to change the class of the current selection to red if
it is non-available and vice-versa without loading the whole calendar
again. How would this be done?

Thanks,

Daniel

Reply via email to