stefangabos / Zebra_Datepicker

A super-lightweight, highly configurable, cross-browser date time picker jQuery plugin
https://stefangabos.github.io/Zebra_Datepicker/
Other
399 stars 183 forks source link

Fix jQuery 3+ warnings #178

Closed stefankiv closed 1 year ago

stefankiv commented 3 years ago

When using datepicker with jQuery 3+, jquery-migrate prints several warnings about deprecations in the code:

Thanks in advance!

stefangabos commented 3 years ago

This library is compatible with IE 6 :) Therefore, the only thing that I could change is the mousedown related issue I was thinking about letting IE6 go but I don't think I am ready yet :)

stefankiv commented 3 years ago

Ahh.. Sometimes you just have to let it go, you know 😅

Nevertheless, somehow I missed that, thank you for quick reply!

stefangabos commented 3 years ago

I thought more about it and I will make a release next week from which I will be removing the IE6 related things

stefankiv commented 3 years ago

That sounds even better!

stefangabos commented 1 year ago

better later than never! :) stefankiv thanks for your input on this!