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

Replace deprecated jQuery functions $.isFunction() & $.isNumeric() #242

Open
usmonster opened this issue Nov 22, 2020 · 0 comments
Open
Assignees
Milestone

Comments

@usmonster
Copy link
Collaborator

jQuery 3.3 removed the $.isFunction() & $.isNumeric() functions, which can replaced by vanilla JS.

We don't need to replicate the extra browser-specific check in $.isFunction() (i.e. some built-in functions are objects in certain old versions of IE), so we might as well drop official support for That Old Browser. Since it's a backwards-incompatible change, this should probably land in a new major version.

@usmonster usmonster self-assigned this Nov 22, 2020
@usmonster usmonster added this to the n+2 milestone Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant