chrissy-dev / vanilla-calendar

A calendar written in JavaScript with zero dependencies

Home Page:https://chrissy-dev.github.io/vanilla-calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More abstraction

samdoj opened this issue · comments

I think it would be useful to allow functions to be passed in the init function. Maybe I want an alert. Maybe I want to send the date to a RESTful service, etc. I'd be happy to fork it and modify the code appropriately.