Paul-DS / bootstrap-year-calendar

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

On-click of day Change backround color of date #174

Open swatidb29 opened 6 years ago

swatidb29 commented 6 years ago

How can I change the background color of cell on click of it using 'clickDay' event?

selimgnaoui commented 6 years ago

@swatidb29 Hi, could you please provide us with some other infos ( Screen shot for example )

Best

toxicsec22 commented 6 years ago

hello sir how do i get the value of the click date using clickDay event ? i try using this

clickDay: function(e) {
            alert($(document).find('.day-content').text());
        }

but its not working