I’m updating the jQuery library on my website from version 3.5.1 to version 3.7.1. I need to address all the functions that have been removed to avoid problems. Does anyone know which functions were removed during these updates?
I tried to search out on the release notes but i didn’t find anything.
2
Answers
You can use for this compare function on GitHub https://github.com/jquery/jquery/compare/3.5.1…3.7.1
Or you can read about every release on https://github.com/jquery/jquery/releases
You should only have to worry about the removal of deprecated APIs when migrating to jQuery 4.x
jQuery 4.x
These were removed in 4.x:
jQuery.cssNumber
jQuery.cssProps
jQuery.isArray
jQuery.parseJSON
jQuery.nodeName
jQuery.isFunction
jQuery.isWindow
jQuery.camelCase
jQuery.type
jQuery.now
jQuery.isNumeric
jQuery.trim
jQuery.fx.interval
push
sort
splice
focusin
focosout