Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

How to highlight the selected day [solution] #89

@HarrySiereveld

Description

@HarrySiereveld

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
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions