You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
action: function () {
$(".day").removeAttr("style"); // to remove style on all previous selected days
$("#" + this.id+"_day").css("background-color", "#ffff00"); // to add style on selected day
var date = $("#" + this.id).data("date"); // if needed to get date-specific data
},
The text was updated successfully, but these errors were encountered:
FYI:
action: function () {
$(".day").removeAttr("style"); // to remove style on all previous selected days
$("#" + this.id+"_day").css("background-color", "#ffff00"); // to add style on selected day
var date = $("#" + this.id).data("date"); // if needed to get date-specific data
},
The text was updated successfully, but these errors were encountered: