Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some code is deprecated under jQuery version 3.x #480

Open
hagman opened this issue Jun 13, 2023 · 0 comments
Open

Some code is deprecated under jQuery version 3.x #480

hagman opened this issue Jun 13, 2023 · 0 comments

Comments

@hagman
Copy link

hagman commented Jun 13, 2023

Testing the code against the jQuery Migrate Plugin (current version: 3.4.1) reveals a few function calls that are deprecated in jQuery 3.x
This is mostly about event shortcuts such as .click(fn) (deprecated) instead of .on('click',fn) (recommended)

I should be able to quickly fix this tomorrow

hagman added a commit to hagman/EasyAutocomplete that referenced this issue Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant