longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

Replace deprecated JQuery event shorthands #499

Closed OliverFriedrich closed 3 years ago

OliverFriedrich commented 3 years ago

JQuery Migrate v3.3.1 complains about deprecated event shorthands, so replace them by corresponding JQuery.on() calls

monovertex commented 3 years ago

Thank you for your contribution! I'll be releasing an update shortly with your updates.