wwilsman / Datepicker.js

Datepicker.js
http://wwilsman.github.io/Datepicker.js
MIT License
39 stars 20 forks source link

Update for browsers 2024 #19

Closed whamtet closed 4 months ago

whamtet commented 4 months ago

Great work @wwilsman !!!

I've made some small updates so that it works on Firefox etc. I think it's better to use a class selector and attach onchange listeners to the select directly. Previously you were waiting for the first click before attaching onchange which was breaking things on Firefox.

I also got rid of with(obj) in tmpl which makes the templating language slightly uglier but with is deprecated see e.g. here.