my aim is to highlight specific days of a week in jQuery datepicker.
For example I want to highlight Tuesdays and Thursdays. I’ve seen many examples how to highlight specific dates(see: http://jquerybyexample.blogspot.com/2012/05/highlight-specific-dates-in-jquery-ui.html). But not a single one that covers my needs.
Any hints?
You could adapt the example you linked, to do what you want, like this:
CSS:
Javascript:
that should do it.