javascript - jquery 1 vs jquery 3 legacy browser - Stack Overflow

admin2025-04-19  0

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?

Share asked Jun 30, 2016 at 16:43 SamulSamul 2,1095 gold badges28 silver badges52 bronze badges 3
  • Have you read the various jQuery blog posts about jQuery 3? E.g. blog.jquery./2016/01/14/jquery-3-0-beta-released – j08691 Commented Jun 30, 2016 at 16:48
  • Have a look at the browser-support page of Jquery: 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
  • I didnt have time to read ALL those release notes, so I asked here. – Samul Commented Jun 30, 2016 at 18:04
Add a ment  | 

1 Answer 1

Reset to default 5

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

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745070585a283252.html

最新回复(0)