How can I make the the jquery datepicker to mark for example 10 days in one color, after that 5 days in another and finally the rest 15 in third color (this is just an example)?
The only thing I can think of is with some javascript to change the class manually with my own class based on the value. Is there a more intelligent way to do that?