function openModal() deals with logic when we click on a date, in which it enables us to see our event modal that have been set to 'display: none' on our css. function load() get the date that we are ...
HTMLとJavaScriptで書いたカレンダーです。 calendar_first_code.html = プログラミング初心者の時に割と初めて書いたときのコード。 calendar_refactoring_v1.html = calendar_first_code.htmlのリファクタリング版 ...