I understand that jquery 2.x is not supporting legacy browsers and if I want to support those really old IEs I need to use jquery 1.x. And what about jquery 3.x? Is it supporting legacy browsers? Is it based on jquery 1.x or 2.x?
I understand that jquery 2.x is not supporting legacy browsers and if I want to support those really old IEs I need to use jquery 1.x. And what about jquery 3.x? Is it supporting legacy browsers? Is it based on jquery 1.x or 2.x?
If you need to support older browsers like Internet Explorer 6-8, Opera 12.1x or Safari 5.1+, use jQuery 1.12.
– empiric
Commented
Jun 30, 2016 at 16:54
IE8 is no longer supported in jQuery 3
If you read the jQuery 3.0 alpha blog post, you might remember that we announced something we called “jQuery Compat”. You can forget that. On January 12, Microsoft dropped support for IE8, IE9, and IE10. We’re not going to go that far just yet, but we are dropping support for IE8. And with IE8, so goes jQuery Compat, gone before we even released a final version. There will only be one jQuery from now on!
https://blog.jquery./2016/01/14/jquery-3-0-beta-released/
From another blog post
First is jQuery 3.0, which supports modern browsers and environments from IE9 forward.
https://blog.jquery./2015/07/13/jquery-3-0-and-jquery-pat-3-0-alpha-versions-released/
If you want to support legacy browsers, you should use jQuery 1.x.x instead