pawelczak / EasyAutocomplete

JQuery autocomplete plugin
http://easyautocomplete.com
MIT License
729 stars 245 forks source link

Get rid of deprecated functions -- fixes #480 #481

Open hagman opened 1 year ago

hagman commented 1 year ago

Replaced several instances of shortcuts like .eventname(func) with .on('eventname', func) as the former are deprecated in current versions of jQuery (according to the jQuery Migrate 3.x Plugin).