ID/Class | Element Type | Description |
---|---|---|
#calendar | div | Main body of the calendar. |
#calendarHeader | div | Contains month+year display and calendar buttons. |
#calendarMonth | span | Displays current month and year. |
.calendarMonthBtn | span | Next and previous month buttons. |
#calendarGrid | div | Container of calendar cells. |
.calendarDayOfTheWeek | div | Cells which represents the days of the week. |
.calendarCell | div | Default cells which are the days of the calendar.. |
.calendarNonMonthDay | div | Marks the days outside the current month. Make sure to put it after the .calendarCell class. |
.calendarToday | div | Marks the current day. Make sure to put it after the .calendarNonMonthDay class. |