You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome! Thanks for your interest in contributing to jquery.com. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](http://contribute.jquery.org/web-sites/).
1
+
Welcome! Thanks for your interest in contributing to jquery.com. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](https://contribute.jquery.org/web-sites/).
2
2
3
-
You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla).
3
+
You may also want to take a look at our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla).
4
4
5
-
You can find us on [IRC](http://irc.jquery.org), specifically in #jquery-content should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/).
5
+
You can find us on [IRC](https://irc.jquery.org), specifically in #jquery-content should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](https://contribute.jquery.org/open-source/).
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
3
3
## Building and Deploying
4
4
5
-
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/).
5
+
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](https://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](https://contribute.jquery.org/web-sites/).
Copy file name to clipboardexpand all lines: pages/browser-support.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -46,19 +46,19 @@ <h2>Unsupported Browsers</h2>
46
46
<hr>
47
47
48
48
<h2>About Browser Support</h2>
49
-
<p>jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The <ahref="http://modern.ie/">modern.IE</a> site makes available <ahref="http://www.modern.ie/en-us/virtualization-tools#downloads">virtual machines</a> for testing many different versions of Internet Explorer. Older versions of other browsers can be found at <ahref="http://oldversion.com/">oldversion.com</a>.</p>
49
+
<p>jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The <ahref="https://developer.microsoft.com/en-us/microsoft-edge/">Microsoft Developer Resources</a> site makes available <ahref="https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/">virtual machines</a> for testing many different versions of Internet Explorer. Older versions of other browsers can be found at <ahref="http://oldversion.com/">oldversion.com</a>.</p>
50
50
51
51
<p>Only the most current version of jQuery is tested and updated to fix bugs or add features. Users of older versions that find a bug should upgrade to the latest released version to determine if the bug has already been fixed. The <ahref="https://github.com/jquery/jquery-migrate/#readme">jQuery Migrate plugin</a> may be helpful in identifying and fixing problems during a version upgrade.</p>
52
52
53
53
<hr>
54
54
55
55
<h2>About CSS Selector Compatibility</h2>
56
-
<p>Regardless of a browser's support of CSS selectors, all selectors listed at <ahref="http://api.jquery.com/category/selectors/">api.jquery.com/category/selectors/</a> will return the correct set of elements when passed as an argument of the <code>jQuery</code> function.</p>
56
+
<p>Regardless of a browser's support of CSS selectors, all selectors listed at <ahref="https://api.jquery.com/category/selectors/">api.jquery.com/category/selectors/</a> will return the correct set of elements when passed as an argument of the <code>jQuery</code> function.</p>
57
57
<p>CSS styles applied with jQuery's <code>.css()</code> method are dependent on the browser's level of support. In general, jQuery does not attempt to overcome the limitations of a browser's style rendering. (One exception is <code>opacity</code>, which jQuery "shims" for older Internet Explorer's alternative implementation.) Furthermore, prior to version 1.8, jQuery does not normalize vendor-prefixed properties.</p>
58
58
59
59
<h3>External References</h3>
60
60
<ul>
61
61
<li><ahref="http://www.quirksmode.org/css/contents.html">CSS contents and browser compatibility</a></li>
62
-
<li><ahref="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28Cascading_Style_Sheets%29">Comparison of layout engines (Cascading Style Sheets)</a></li>
Copy file name to clipboardexpand all lines: pages/upgrade-guide/1.9.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
## Overview
7
7
8
-
jQuery 1.9 removes or modifies several APIs that behaved inconsistently or inefficiently in the past. The majority of these changes have been foreshadowed by their [deprecation](http://api.jquery.com/category/deprecated/) in previous versions of jQuery, particularly 1.7 and 1.8.
8
+
jQuery 1.9 removes or modifies several APIs that behaved inconsistently or inefficiently in the past. The majority of these changes have been foreshadowed by their [deprecation](https://api.jquery.com/category/deprecated/) in previous versions of jQuery, particularly 1.7 and 1.8.
9
9
10
10
In making these changes, the team's goal was to fix behavior that makes jQuery inconsistent or hard to use, and in the process improve both file size and overall performance.
11
11
@@ -25,23 +25,23 @@ For more information see the [jQuery Migrate plugin](https://github.com/jquery/j
25
25
26
26
## Changes of Note in jQuery 1.9
27
27
28
-
The list below does not represent all changes made for jQuery 1.9, just the changes that we anticipate may affect behavior in a way that could break existing code. For a complete and detailed list of changes, see the changelogs in the release announcements on the [jQuery blog](http://blog.jquery.com) or visit [bugs.jquery.com](http://bugs.jquery.com).
28
+
The list below does not represent all changes made for jQuery 1.9, just the changes that we anticipate may affect behavior in a way that could break existing code. For a complete and detailed list of changes, see the changelogs in the release announcements on the [jQuery blog](https://blog.jquery.com) or visit [bugs.jquery.com](https://bugs.jquery.com).
29
29
30
30
### .toggle(function, function, ... ) removed
31
31
32
32
This is the "click an element to run the specified functions" signature of `.toggle()`. It should not be confused with the "change the visibility of an element" of `.toggle()` which is not deprecated. The former is being removed to reduce confusion and improve the potential for modularity in the library. The jQuery Migrate plugin can be used to restore the functionality.
33
33
34
34
### jQuery.browser() removed
35
35
36
-
The `jQuery.browser()` method has been deprecated since jQuery 1.3 and is removed in 1.9. If needed, it is available as part of the jQuery Migrate plugin. We recommend using feature detection with a library such as [Modernizr](http://modernizr.com).
36
+
The `jQuery.browser()` method has been deprecated since jQuery 1.3 and is removed in 1.9. If needed, it is available as part of the jQuery Migrate plugin. We recommend using feature detection with a library such as [Modernizr](https://modernizr.com).
37
37
38
38
### .live() removed
39
39
40
-
The `.live()` method has been deprecated since jQuery 1.7 and has been removed in 1.9. We recommend upgrading code to use the `.on()` method instead. To exactly match `$("a.foo").live("click", fn)`, for example, you can write `$(document).on("click", "a.foo", fn)`. For more information, see the [.on() documentation](http://api.jquery.com/on/). In the meantime, the jQuery Migrate plugin can be used to restore the `.live()` functionality.
40
+
The `.live()` method has been deprecated since jQuery 1.7 and has been removed in 1.9. We recommend upgrading code to use the `.on()` method instead. To exactly match `$("a.foo").live("click", fn)`, for example, you can write `$(document).on("click", "a.foo", fn)`. For more information, see the [.on() documentation](https://api.jquery.com/on/). In the meantime, the jQuery Migrate plugin can be used to restore the `.live()` functionality.
41
41
42
42
### .die() removed
43
43
44
-
The `.die()` method has been deprecated since jQuery 1.7 and has been removed in 1.9. We recommend upgrading code to use the `.off()` method instead. To exactly match `$("a.foo").die("click")`, for example, you can write `$(document).off("click", "a.foo")`. For more information, see the [.off() documentation](http://api.jquery.com/off/). In the meantime, the jQuery Migrate plugin can be used to restore the `.die()` functionality.
44
+
The `.die()` method has been deprecated since jQuery 1.7 and has been removed in 1.9. We recommend upgrading code to use the `.off()` method instead. To exactly match `$("a.foo").die("click")`, for example, you can write `$(document).off("click", "a.foo")`. For more information, see the [.off() documentation](https://api.jquery.com/off/). In the meantime, the jQuery Migrate plugin can be used to restore the `.die()` functionality.
0 commit comments