Skip to content

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

Open
@usmonster

Description

@usmonster

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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions