Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

Set css to a selected days #143

Closed jackdaniel8 closed 7 years ago

jackdaniel8 commented 7 years ago

Hi,

How i can set a css to a selected days ?

With "selectRange" i can retrieve date but i cannot set background color...

jackdaniel8 commented 7 years ago

$('#bigcalendar').clickDay(function (e) { $(e.element).toggleClass('activeDateBigCalendar'); });