Jquery DatePicker color Sunday red
问题 Is there a way to change the color to, say red, the Sundays in a Jquery Datepicker? 回答1: For Sundays and Saturdays you can consider using fact that jquery datepicker adds class .ui-datepicker-week-end so you can add .ui-datepicker-week-end{color:#f00;} to you css file. If you want to handle only Sundays you must relay on fact that this will be either first or last column in a table generated by jquery datepicker (it is locale-dependent). General advice: use firefox+firebug(or sth similiar) to