taitems / jQuery.Gantt

jQuery Gantt Chart
http://taitems.github.io/jQuery.Gantt/
MIT License
952 stars 304 forks source link

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

Open usmonster opened 3 years ago

usmonster commented 3 years ago

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.