Skip to content

Commit 9c7795f

Browse files
committed
Browser support: Document jQuery 4.x browser support
1 parent 3e5d32d commit 9c7795f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

pages/browser-support.html

+11-7
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,30 @@ <h2>Current Active Support</h2>
77
<h3>Desktop</h3>
88
<ul>
99
<li>Chrome: (Current - 1) and Current</li>
10-
<li>Edge: (Current - 1) and Current</li>
10+
<li>Edge: (Current - 1) and Current<sup>[1]</sup></li>
1111
<li>Firefox: (Current - 1) and Current, ESR</li>
12-
<li>Internet Explorer: 9+</li>
12+
<li>Internet Explorer: 11</li>
1313
<li>Safari: (Current - 1) and Current</li>
1414
<li>Opera: Current</li>
1515
</ul>
1616

1717
<h3>Mobile</h3>
1818
<ul>
19-
<li>Stock browser on Android 4.0+</li>
20-
<li>Safari on iOS 7+</li>
19+
<li>Chrome on Android: (Current - 1) and Current</li>
20+
<li>Safari on iOS: (Current - 2), (Current - 1) and Current</li>
2121
</ul>
2222

23+
<p>[1] Only the Chromium-based Edge is supported, the old EdgeHTML-based version is not.</p>
24+
2325
<p>Any problem with jQuery in the above browsers should be reported as a bug in jQuery.</p>
2426

25-
<p><em>(Current - 1) and Current</em> denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.</p>
27+
<p><em>Current</em> denotes that we support the current stable version of the browser, <em>(Current - 1)</em> - that the version that preceded it is supported. For example, if we support <em>(Current - 2), (Current - 1) and Current</em> versions of a particular browser &amp; the current version of a browser is 24.x, we support the 24.x, 23.x and 22.x versions.</p>
28+
29+
<p>Firefox ESR (Extended Support Release) is a Firefox version for use by organizations including schools, universities, businesses and others who need extended support for mass deployments. It is based on a regular release of Firefox and synced from the next regular Firefox every few releases - example ESR versions include Firefox 52, 60 &amp; 68. At any given time there are at most two ESR versions available; jQuery supports all of them. See <a href="https://www.mozilla.org/en-US/firefox/organizations/">the Mozilla site</a> for more information.</p>
2630

27-
<p>Firefox ESR (Extended Support Release) is a Firefox version for use by organizations including schools, universities, businesses and others who need extended support for mass deployments. It is based on a regular release of Firefox and synced from the next regular Firefox every few releases - example ESR versions include Firefox 47, 52 &amp; 60. At any given time there are at most two ESR versions available; jQuery supports both of them. See <a href="https://www.mozilla.org/en-US/firefox/organizations/">the Mozilla site</a> for more information.</p>
31+
<p>If you need to support Edge with EdgeHTML 18, Internet Explorer 9-10, iOS 7+ (and not just 3 latest versions) or Android Browser in Android 4.0+, use <a href="https://code.jquery.com/jquery/#jquery-all-3.x">jQuery 3.x</a>.</p>
2832

29-
<p>If you need to support older browsers like Internet Explorer 6-8, Opera 12.1x or Safari 5.1+, use <a href="https://code.jquery.com/jquery/#jquery-all-1.x">jQuery 1.12</a>.</p>
33+
<p>If, additionally, you need to support Internet Explorer 6-8, Opera 12.1x or Safari 5.1+, use <a href="https://code.jquery.com/jquery/#jquery-all-1.x">jQuery 1.x</a>.</p>
3034
<hr>
3135

3236
<h2>Unsupported Browsers</h2>

0 commit comments

Comments
 (0)