What Is New In Jquery 4.0.0, And What Has Been Deprecated In Jquery After A Long Time?
Published on February 7, 2024 by Dinesh Uprety
jQuery 4.0.0 BETA!
jQuery 4.0.0 has been in the works for a long time, but it is now ready for a beta release! There’s a lot to cover, and the team is excited to see it released. We’ve got bug fixes, performance improvements, and some breaking changes. We removed support for IE<11 after all! Still, we expect disruption to be minimal.
Many of the breaking changes are ones the team has wanted to make for years, but couldn’t in a patch or minor release. We’ve trimmed legacy code, removed some previously-deprecated APIs, removed some internal-only parameters to public functions that were never documented, and dropped support for some “magic” behaviors that were overly complicated.
$(document).ready(function(){ console.log("jQuery 4.0.0");});
You can read more in officle website: jQuery 4.0.0 BETA.