From 97a429a7984dbf6434a23ebd22b1e0cdf3a91ae7 Mon Sep 17 00:00:00 2001 From: Kris Borchers Date: Mon, 19 Jan 2015 11:32:39 -0600 Subject: [PATCH 001/271] 2.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da68db4..a6225b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.3", + "version": "2.1.4", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From d31ae36f5b962595ee8542a23a3d01b76eb7961e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Thu, 18 Dec 2014 16:57:33 +0100 Subject: [PATCH 002/271] Download: Update the "jQuery Pre-Release Builds" section We now have `compat` & `master` branches and we no longer support IE<8. Also, links to the pre-release files have changed. --- pages/download.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/download.md b/pages/download.md index aa4a53d..2bbcada 100644 --- a/pages/download.md +++ b/pages/download.md @@ -76,11 +76,11 @@ Be sure to test web pages that use jQuery in all the browsers you want to suppor ## jQuery Pre-Release Builds -The jQuery team is constantly working to improve the code. Each commit to the Github repo generates a work-in-progress version of the code that we update on the jQuery CDN. _These versions are sometimes unstable and not suitable for production sites._ We recommend they be used to determine whether a bug has already been fixed when reporting bugs against released versions, or to see if new bugs have been introduced. There are two versions, one for the 1.x branch (supports IE 6/7/8) and one for the 2.x branch (not for use with old IE). +The jQuery team is constantly working to improve the code. Each commit to the Github repo generates a work-in-progress version of the code that we update on the jQuery CDN. _These versions are sometimes unstable and not suitable for production sites._ We recommend they be used to determine whether a bug has already been fixed when reporting bugs against released versions, or to see if new bugs have been introduced. There are two versions, one for the `compat` branch (supports IE 8) and one for the `master` branch (not for use with old IE). -Download the work-in-progress jQuery **1.x** build +Download the work-in-progress jQuery Compat build -Download the work-in-progress jQuery **2.x** build +Download the work-in-progress jQuery build ## Using jQuery with a CDN From 1b73245c3e44da2673acf737a4da159efa3a1a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Sun, 25 Jan 2015 17:16:23 +0100 Subject: [PATCH 003/271] 2.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6225b5..cca4c11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.4", + "version": "2.1.5", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From 6e114ac969a1d4e4496aec9da62bdd9877029c70 Mon Sep 17 00:00:00 2001 From: Eric Lee Carraway Date: Tue, 7 Apr 2015 17:55:42 -0500 Subject: [PATCH 004/271] Download: Fix two typos Closes gh-96 --- pages/download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/download.md b/pages/download.md index 2bbcada..5285603 100644 --- a/pages/download.md +++ b/pages/download.md @@ -56,7 +56,7 @@ bower install jquery ``` This will install jQuery to Bower's install directory, the default being `bower_components`. Within `bower_components/jquery/dist/` you will find an uncompressed release, a compressed release, and a map file. -The jQuery Bower package contains additional files besides the default distribution. In most cases you can ignore these files, however if you wish to download the default release on it's own you can use Bower to install jQuery from one of the above urls instead of the registered package. For example, if you wish to install just the compressed jQuery 2.1.0, you can install just that file with the following command: +The jQuery Bower package contains additional files besides the default distribution. In most cases you can ignore these files, however if you wish to download the default release on its own you can use Bower to install jQuery from one of the above urls instead of the registered package. For example, if you wish to install just the compressed jQuery 2.1.0, you can install just that file with the following command: ``` bower install http://code.jquery.com/jquery-2.1.3.min.js ``` @@ -64,7 +64,7 @@ bower install http://code.jquery.com/jquery-2.1.3.min.js ## jQuery Migrate Plugin We have created the [jQuery Migrate plugin](http://github.com/jquery/jquery-migrate/#readme) -to simplify the transition from older versions of jQuery. The plugin restores deprecated features and behaviors so that older code will still run properly on jQuery 1.9 and later. Use the _uncompressed development_ version to diagnose compatiblity issues, it will generate warnings on the console that you can use to identify and fix problems. Use the _compressed production_ version to simply fix compatibility issues without generating console warnings. +to simplify the transition from older versions of jQuery. The plugin restores deprecated features and behaviors so that older code will still run properly on jQuery 1.9 and later. Use the _uncompressed development_ version to diagnose compatibility issues, it will generate warnings on the console that you can use to identify and fix problems. Use the _compressed production_ version to simply fix compatibility issues without generating console warnings. Download the compressed, production jQuery Migrate 1.2.1 From 6abb0eb66f0e1b04bb0b392ebf7975f1f36a0cf6 Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Fri, 10 Apr 2015 09:41:15 +0200 Subject: [PATCH 005/271] 2.1.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cca4c11..8b73488 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.5", + "version": "2.1.6", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From b073845f11661c3f705476f242d8cdcd55ff1047 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 30 Apr 2015 13:28:15 -0400 Subject: [PATCH 006/271] Update to jQuery 1.11.3 and 2.1.4 --- pages/download.md | 28 ++++++++++++++-------------- pages/index.html | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pages/download.md b/pages/download.md index 5285603..31739f4 100644 --- a/pages/download.md +++ b/pages/download.md @@ -23,14 +23,14 @@ Read the [jQuery 1.9 Upgrade Guide](http://jquery.com/upgrade-guide/1.9/) and the [jQuery 1.9 release blog post](http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/) for more information. -Download the compressed, production jQuery 1.11.2 +Download the compressed, production jQuery 1.11.3 -Download the uncompressed, development jQuery 1.11.2 +Download the uncompressed, development jQuery 1.11.3 -Download the map file for jQuery 1.11.2 +Download the map file for jQuery 1.11.3 -[jQuery 1.11.2 release -notes](http://blog.jquery.com/2014/12/18/jquery-1-11-2-and-2-1-3-released-safari-fail-safe-edition/) +[jQuery 1.11.3 release +notes](http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/) ### jQuery 2.x @@ -40,14 +40,14 @@ Since IE 8 is still relatively common, we recommend using the 1.x version unless are certain no IE 6/7/8 users are visiting the site. Please read the [2.0 release notes](http://blog.jquery.com/2013/04/18/jquery-2-0-released/) carefully. -Download the compressed, production jQuery 2.1.3 +Download the compressed, production jQuery 2.1.4 -Download the uncompressed, development jQuery 2.1.3 +Download the uncompressed, development jQuery 2.1.4 -Download the map file for jQuery 2.1.3 +Download the map file for jQuery 2.1.4 -[jQuery 2.1.3 release -notes](http://blog.jquery.com/2014/12/18/jquery-1-11-2-and-2-1-3-released-safari-fail-safe-edition/) +[jQuery 2.1.4 release +notes](http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/) ## Downloading jQuery using Bower jQuery is registered as a package with [Bower](http://bower.io). You can install the latest version of jQuery with the command: @@ -58,7 +58,7 @@ This will install jQuery to Bower's install directory, the default being `bower_ The jQuery Bower package contains additional files besides the default distribution. In most cases you can ignore these files, however if you wish to download the default release on its own you can use Bower to install jQuery from one of the above urls instead of the registered package. For example, if you wish to install just the compressed jQuery 2.1.0, you can install just that file with the following command: ``` -bower install http://code.jquery.com/jquery-2.1.3.min.js +bower install http://code.jquery.com/jquery-2.1.4.min.js ``` ## jQuery Migrate Plugin @@ -72,7 +72,7 @@ to simplify the transition from older versions of jQuery. The plugin restores de ## Cross-Browser Testing with jQuery -Be sure to test web pages that use jQuery in all the browsers you want to support. The [modern.IE](http://modern.ie/) site makes available [virtual machines](http://www.modern.ie/en-us/virtualization-tools#downloads) for testing many different versions of Internet Explorer. Older versions of other browsers can be found at [oldversion.com](http://oldversion.com/). +Be sure to test web pages that use jQuery in all the browsers you want to support. The [modern.IE](http://modern.ie/) site makes available [virtual machines](http://www.modern.ie/en-us/virtualization-tools#downloads) for testing many different versions of Internet Explorer. Older versions of other browsers can be found at [oldversion.com](http://oldversion.com/). ## jQuery Pre-Release Builds @@ -91,7 +91,7 @@ if the visitor to your webpage has already downloaded a copy of jQuery from the To use the jQuery CDN, just reference the file directly from `http://code.jquery.com` in the script tag: ``` - + ``` @@ -143,5 +143,5 @@ The README file for a specific version will have instructions for building that ## Past Releases -All past releases can be found on the [jQuery CDN](http://code.jquery.com). +All past releases can be found on the [jQuery CDN](http://code.jquery.com). diff --git a/pages/index.html b/pages/index.html index 5e5c5ec..d886755 100644 --- a/pages/index.html +++ b/pages/index.html @@ -12,7 +12,7 @@ Download jQuery - v1.11.2 or v2.1.3 + v1.11.3 or v2.1.4
View Source on GitHub → From 5083d59715e812784d101cf1d57bd0c420a19fe6 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Tue, 5 May 2015 09:56:37 -0700 Subject: [PATCH 007/271] 2.1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b73488..c9eec73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.6", + "version": "2.1.7", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From c5a14bd0f63e7e29eec65da11d55ff452e928f99 Mon Sep 17 00:00:00 2001 From: Kris Borchers Date: Fri, 12 Jun 2015 10:20:14 -0500 Subject: [PATCH 008/271] Index: Fix Sizzle link to always use http Sizzle does not have a certificate so when the link goes to https://sizzlejs.com it is broken. --- pages/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.html b/pages/index.html index d886755..1a1059d 100644 --- a/pages/index.html +++ b/pages/index.html @@ -74,7 +74,7 @@

Other jQuery Foundation Projects

From ab628888978a7fea664d78095290ec690182d391 Mon Sep 17 00:00:00 2001 From: Kris Borchers Date: Fri, 19 Jun 2015 12:09:42 -0500 Subject: [PATCH 009/271] Build: Replace founding with diamond members in build-member-list task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c7ae740..b1c7a87 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -48,7 +48,7 @@ grunt.registerTask( "build-member-list", function() { } async.parallel({ - founding: getMembers.bind( null, "founding" ), + founding: getMembers.bind( null, "diamond" ), platinum: getMembers.bind( null, "platinum" ), gold: getMembers.bind( null, "gold" ) }, function( error, members ) { From 304ab1bb679134234f0a538d891c314faa4383c3 Mon Sep 17 00:00:00 2001 From: Kris Borchers Date: Fri, 19 Jun 2015 12:11:45 -0500 Subject: [PATCH 010/271] 2.1.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9eec73..b87092d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.7", + "version": "2.1.8", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From a0330617043229879b300e1bf850773967cd149c Mon Sep 17 00:00:00 2001 From: Kris Borchers Date: Fri, 19 Jun 2015 13:30:03 -0500 Subject: [PATCH 011/271] Build: Fix key name from founding to diamond --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b1c7a87..69ba82e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -48,7 +48,7 @@ grunt.registerTask( "build-member-list", function() { } async.parallel({ - founding: getMembers.bind( null, "diamond" ), + diamond: getMembers.bind( null, "diamond" ), platinum: getMembers.bind( null, "platinum" ), gold: getMembers.bind( null, "gold" ) }, function( error, members ) { @@ -56,7 +56,7 @@ grunt.registerTask( "build-member-list", function() { return done( error ); } - var corporateMembers = members.founding + var corporateMembers = members.diamond .concat( members.platinum ) .concat( members.gold ) .filter(function( member ) { From c11c70ec7c62697943b842e700acb6899aec63eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Fri, 17 Jul 2015 21:28:14 +0200 Subject: [PATCH 012/271] Browser support: Fix spacing --- pages/browser-support.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index e3cdeb6..87df281 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -41,7 +41,7 @@

Current Active Support


Unsupported Browsers

-

While jQuery might run without major issues in older browser versions, we do not actively test jQuery in them and generally do not fix bugs that may appear in them.

+

While jQuery might run without major issues in older browser versions, we do not actively test jQuery in them and generally do not fix bugs that may appear in them.

Similarly, jQuery does not fix bugs in pre-release versions of browsers, such as beta or dev releases. If you find a bug with jQuery in a pre-release of a browser, you should report the bug to the browser vendor.

@@ -50,7 +50,7 @@

Unsupported Browsers

About Browser Support

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 modern.IE site makes available virtual machines for testing many different versions of Internet Explorer. Older versions of other browsers can be found at oldversion.com.

-

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 jQuery Migrate plugin may be helpful in identifying and fixing problems during a version upgrade.

+

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 jQuery Migrate plugin may be helpful in identifying and fixing problems during a version upgrade.


From f7de80eec727e620fa209f7c12cab7fa06624a34 Mon Sep 17 00:00:00 2001 From: Corey Frang Date: Tue, 20 Oct 2015 16:23:38 -0400 Subject: [PATCH 013/271] Empty commit: testing full hook cycle From 1734a3a45e396c5ac7e7bf566be5678dbe4e04ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Mon, 14 Dec 2015 19:33:49 +0100 Subject: [PATCH 014/271] Browser support: Add Edge, merge Firefox & Chrome columns Fixes #115 --- pages/browser-support.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index 87df281..bdfaeb6 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -9,8 +9,8 @@

Current Active Support

Internet Explorer - Chrome - Firefox + Chrome, Firefox + Edge Safari Opera iOS @@ -22,7 +22,7 @@

Current Active Support

jQuery 1.x 6+ (Current - 1) or Current - (Current - 1) or Current + Current 5.1+ 12.1x, (Current - 1) or Current 6.1+ @@ -37,6 +37,7 @@

Current Active Support

Any problem with jQuery in the above browsers should be reported as a bug in jQuery.

(Current - 1) or Current 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.

+

Current denotes that we support only the latest stable version of the browser.

12.1x, (Current - 1) or Current denotes that we support Opera 12.1x as well as last 2 versions of Opera. For example, if the current Opera version is 20.x, we support Opera 12.1x, 19.x and 20.x but not Opera 15.x through 18.x.


From a5e9fd771026b7b6c05d24e3e5e61b3edefdb038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Mon, 14 Dec 2015 19:35:09 +0100 Subject: [PATCH 015/271] 2.1.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b87092d..c52cdd1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.8", + "version": "2.1.9", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From 0f08de7f7a28fb0b752227b66ecbf4f0c1b2ed8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 17 Dec 2015 13:25:10 -0500 Subject: [PATCH 016/271] Build: Upgrade to grunt-jquery-content 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c52cdd1..574fba4 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "dependencies": { "async": "0.9.0", "grunt": "0.4.5", - "grunt-jquery-content": "2.0.0" + "grunt-jquery-content": "3.0.0" } } From d8661731992bca007f8612fc6c83f27881f1ad38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 17 Dec 2015 13:25:22 -0500 Subject: [PATCH 017/271] 2.1.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 574fba4..fa4d373 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.9", + "version": "2.1.10", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From 9b935cf8be7b7eb5d524c47990d166e5a3c4362b Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Fri, 8 Jan 2016 17:20:14 -0500 Subject: [PATCH 018/271] Update to jQuery 1.12.0 and 2.2.0 --- pages/download.md | 24 ++++++++++++------------ pages/index.html | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pages/download.md b/pages/download.md index 31739f4..06f1dcf 100644 --- a/pages/download.md +++ b/pages/download.md @@ -23,14 +23,14 @@ Read the [jQuery 1.9 Upgrade Guide](http://jquery.com/upgrade-guide/1.9/) and the [jQuery 1.9 release blog post](http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/) for more information. -Download the compressed, production jQuery 1.11.3 +Download the compressed, production jQuery 1.12.0 -Download the uncompressed, development jQuery 1.11.3 +Download the uncompressed, development jQuery 1.12.0 -Download the map file for jQuery 1.11.3 +Download the map file for jQuery 1.12.0 -[jQuery 1.11.3 release -notes](http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/) +[jQuery 1.12.0 release +notes](http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/) ### jQuery 2.x @@ -40,14 +40,14 @@ Since IE 8 is still relatively common, we recommend using the 1.x version unless are certain no IE 6/7/8 users are visiting the site. Please read the [2.0 release notes](http://blog.jquery.com/2013/04/18/jquery-2-0-released/) carefully. -Download the compressed, production jQuery 2.1.4 +Download the compressed, production jQuery 2.2.0 -Download the uncompressed, development jQuery 2.1.4 +Download the uncompressed, development jQuery 2.2.0 -Download the map file for jQuery 2.1.4 +Download the map file for jQuery 2.2.0 -[jQuery 2.1.4 release -notes](http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/) +[jQuery 2.2.0 release +notes](http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/) ## Downloading jQuery using Bower jQuery is registered as a package with [Bower](http://bower.io). You can install the latest version of jQuery with the command: @@ -58,7 +58,7 @@ This will install jQuery to Bower's install directory, the default being `bower_ The jQuery Bower package contains additional files besides the default distribution. In most cases you can ignore these files, however if you wish to download the default release on its own you can use Bower to install jQuery from one of the above urls instead of the registered package. For example, if you wish to install just the compressed jQuery 2.1.0, you can install just that file with the following command: ``` -bower install http://code.jquery.com/jquery-2.1.4.min.js +bower install http://code.jquery.com/jquery-2.2.0.min.js ``` ## jQuery Migrate Plugin @@ -91,7 +91,7 @@ if the visitor to your webpage has already downloaded a copy of jQuery from the To use the jQuery CDN, just reference the file directly from `http://code.jquery.com` in the script tag: ``` - + ``` diff --git a/pages/index.html b/pages/index.html index 1a1059d..c08dbcb 100644 --- a/pages/index.html +++ b/pages/index.html @@ -12,7 +12,7 @@ Download jQuery - v1.11.3 or v2.1.4 + v1.12.0 or v2.2.0
View Source on GitHub → From c0bd2393b773a05bcf731cb8b6f992a34c906e84 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Fri, 8 Jan 2016 17:20:19 -0500 Subject: [PATCH 019/271] 2.1.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa4d373..e4b325f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.10", + "version": "2.1.11", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From 0003d689f4369673a6ea5394259388b36b1f2bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Wed, 10 Feb 2016 13:07:25 +0100 Subject: [PATCH 020/271] Browser support: We're now testing on latest 2 Edge versions --- pages/browser-support.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index bdfaeb6..7d50e39 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -9,8 +9,7 @@

Current Active Support

Internet Explorer - Chrome, Firefox - Edge + Chrome, Edge, Firefox Safari Opera iOS @@ -22,7 +21,6 @@

Current Active Support

jQuery 1.x 6+ (Current - 1) or Current - Current 5.1+ 12.1x, (Current - 1) or Current 6.1+ @@ -37,7 +35,6 @@

Current Active Support

Any problem with jQuery in the above browsers should be reported as a bug in jQuery.

(Current - 1) or Current 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.

-

Current denotes that we support only the latest stable version of the browser.

12.1x, (Current - 1) or Current denotes that we support Opera 12.1x as well as last 2 versions of Opera. For example, if the current Opera version is 20.x, we support Opera 12.1x, 19.x and 20.x but not Opera 15.x through 18.x.


From df25efa0ce4fc12296806a31f2f98b526852cfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Wed, 10 Feb 2016 13:07:48 +0100 Subject: [PATCH 021/271] 2.1.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4b325f..7dde126 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.11", + "version": "2.1.12", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From b02fce80e9b7423056d17b572f584f20869d5793 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Mon, 22 Feb 2016 14:34:30 -0500 Subject: [PATCH 022/271] Update to jQuery 1.12.0 and 2.2.0 --- pages/download.md | 22 +++++++++++----------- pages/index.html | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/download.md b/pages/download.md index 06f1dcf..bf085a9 100644 --- a/pages/download.md +++ b/pages/download.md @@ -23,14 +23,14 @@ Read the [jQuery 1.9 Upgrade Guide](http://jquery.com/upgrade-guide/1.9/) and the [jQuery 1.9 release blog post](http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/) for more information. -Download the compressed, production jQuery 1.12.0 +Download the compressed, production jQuery 1.12.1 -Download the uncompressed, development jQuery 1.12.0 +Download the uncompressed, development jQuery 1.12.1 -Download the map file for jQuery 1.12.0 +Download the map file for jQuery 1.12.1 -[jQuery 1.12.0 release -notes](http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/) +[jQuery 1.12.1 release +notes](http://blog.jquery.com/2016/02/22/jquery-1-12-1-and-2-2-1-released/) ### jQuery 2.x @@ -40,14 +40,14 @@ Since IE 8 is still relatively common, we recommend using the 1.x version unless are certain no IE 6/7/8 users are visiting the site. Please read the [2.0 release notes](http://blog.jquery.com/2013/04/18/jquery-2-0-released/) carefully. -Download the compressed, production jQuery 2.2.0 +Download the compressed, production jQuery 2.2.1 -Download the uncompressed, development jQuery 2.2.0 +Download the uncompressed, development jQuery 2.2.1 -Download the map file for jQuery 2.2.0 +Download the map file for jQuery 2.2.1 -[jQuery 2.2.0 release -notes](http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/) +[jQuery 2.2.1 release +notes](http://blog.jquery.com/2016/02/22/jquery-1-12-1-and-2-2-1-released/) ## Downloading jQuery using Bower jQuery is registered as a package with [Bower](http://bower.io). You can install the latest version of jQuery with the command: @@ -58,7 +58,7 @@ This will install jQuery to Bower's install directory, the default being `bower_ The jQuery Bower package contains additional files besides the default distribution. In most cases you can ignore these files, however if you wish to download the default release on its own you can use Bower to install jQuery from one of the above urls instead of the registered package. For example, if you wish to install just the compressed jQuery 2.1.0, you can install just that file with the following command: ``` -bower install http://code.jquery.com/jquery-2.2.0.min.js +bower install http://code.jquery.com/jquery-2.2.1.min.js ``` ## jQuery Migrate Plugin diff --git a/pages/index.html b/pages/index.html index c08dbcb..7015363 100644 --- a/pages/index.html +++ b/pages/index.html @@ -12,7 +12,7 @@ Download jQuery - v1.12.0 or v2.2.0 + v1.12.1 or v2.2.1
View Source on GitHub → From 3e976623941794ecfc6ec42739df960c570a1da9 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Mon, 22 Feb 2016 14:34:41 -0500 Subject: [PATCH 023/271] 2.1.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dde126..6964359 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.12", + "version": "2.1.13", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From f687d94a2f041eadf86d95b4ab017f286fc1e0b1 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 17 Mar 2016 14:11:51 -0400 Subject: [PATCH 024/271] Update to jQuery 1.12.2 and 2.2.2 --- pages/download.md | 22 +++++++++++----------- pages/index.html | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/download.md b/pages/download.md index bf085a9..5e9901d 100644 --- a/pages/download.md +++ b/pages/download.md @@ -23,14 +23,14 @@ Read the [jQuery 1.9 Upgrade Guide](http://jquery.com/upgrade-guide/1.9/) and the [jQuery 1.9 release blog post](http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/) for more information. -Download the compressed, production jQuery 1.12.1 +Download the compressed, production jQuery 1.12.2 -Download the uncompressed, development jQuery 1.12.1 +Download the uncompressed, development jQuery 1.12.2 -Download the map file for jQuery 1.12.1 +Download the map file for jQuery 1.12.2 -[jQuery 1.12.1 release -notes](http://blog.jquery.com/2016/02/22/jquery-1-12-1-and-2-2-1-released/) +[jQuery 1.12.2 release +notes](http://blog.jquery.com/2016/03/17/jquery-1-12-2-and-2-2-2-released/) ### jQuery 2.x @@ -40,14 +40,14 @@ Since IE 8 is still relatively common, we recommend using the 1.x version unless are certain no IE 6/7/8 users are visiting the site. Please read the [2.0 release notes](http://blog.jquery.com/2013/04/18/jquery-2-0-released/) carefully. -Download the compressed, production jQuery 2.2.1 +Download the compressed, production jQuery 2.2.2 -Download the uncompressed, development jQuery 2.2.1 +Download the uncompressed, development jQuery 2.2.2 -Download the map file for jQuery 2.2.1 +Download the map file for jQuery 2.2.2 -[jQuery 2.2.1 release -notes](http://blog.jquery.com/2016/02/22/jquery-1-12-1-and-2-2-1-released/) +[jQuery 2.2.2 release +notes](http://blog.jquery.com/2016/03/17/jquery-1-12-2-and-2-2-2-released/) ## Downloading jQuery using Bower jQuery is registered as a package with [Bower](http://bower.io). You can install the latest version of jQuery with the command: @@ -58,7 +58,7 @@ This will install jQuery to Bower's install directory, the default being `bower_ The jQuery Bower package contains additional files besides the default distribution. In most cases you can ignore these files, however if you wish to download the default release on its own you can use Bower to install jQuery from one of the above urls instead of the registered package. For example, if you wish to install just the compressed jQuery 2.1.0, you can install just that file with the following command: ``` -bower install http://code.jquery.com/jquery-2.2.1.min.js +bower install http://code.jquery.com/jquery-2.2.2.min.js ``` ## jQuery Migrate Plugin diff --git a/pages/index.html b/pages/index.html index 7015363..e2af224 100644 --- a/pages/index.html +++ b/pages/index.html @@ -12,7 +12,7 @@ Download jQuery - v1.12.1 or v2.2.1 + v1.12.2 or v2.2.2
View Source on GitHub → From bb5b0c8641a6e4e1d719991ee7cd2c2b18ab6ec5 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 17 Mar 2016 14:11:57 -0400 Subject: [PATCH 025/271] 2.1.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6964359..73a802a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.13", + "version": "2.1.14", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From e37ea3fa2fce05d0c9974150bbf45adad45d68ff Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Fri, 18 Dec 2015 17:57:36 -0800 Subject: [PATCH 026/271] Download: Use HTTPS URLs Follow the recent guidelines to use HTTPS URLs instead of HTTP or protocol-relative ones. Fixes #86 Closes #116 --- pages/download.md | 70 +++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/pages/download.md b/pages/download.md index 5e9901d..34c3f48 100644 --- a/pages/download.md +++ b/pages/download.md @@ -10,7 +10,7 @@ Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debugging; the compressed file saves bandwidth and improves performance in production. You can also download a [sourcemap file](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) for use when debugging with a compressed file. The map file is _not_ required for users to run jQuery, it just improves the developer's debugger experience. -As of jQuery 1.11.0/2.1.0 the `//# sourceMappingURL` comment is [not included](http://blog.jquery.com/?p=3344) in the compressed file. +As of jQuery 1.11.0/2.1.0 the `//# sourceMappingURL` comment is [not included](https://blog.jquery.com/2014/01/24/jquery-1-11-and-2-1-released/) in the compressed file. To locally download these files, right-click the link and select "Save as..." from the menu. @@ -19,35 +19,35 @@ To locally download these files, right-click the link and select "Save as..." fr The jQuery 1.x line had major changes as of jQuery 1.9.0. We _strongly_ recommend that you also use the jQuery Migrate plugin if you are upgrading from pre-1.9 versions of jQuery or need to use plugins that haven't yet been updated. -Read the [jQuery 1.9 Upgrade Guide](http://jquery.com/upgrade-guide/1.9/) -and the [jQuery 1.9 release blog post](http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/) +Read the [jQuery 1.9 Upgrade Guide](https://jquery.com/upgrade-guide/1.9/) +and the [jQuery 1.9 release blog post](https://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/) for more information. -Download the compressed, production jQuery 1.12.2 +Download the compressed, production jQuery 1.12.2 -Download the uncompressed, development jQuery 1.12.2 +Download the uncompressed, development jQuery 1.12.2 -Download the map file for jQuery 1.12.2 +Download the map file for jQuery 1.12.2 [jQuery 1.12.2 release -notes](http://blog.jquery.com/2016/03/17/jquery-1-12-2-and-2-2-2-released/) +notes](https://blog.jquery.com/2016/03/17/jquery-1-12-2-and-2-2-2-released/) ### jQuery 2.x jQuery 2.x has the same API as jQuery 1.x, but _does not support Internet Explorer 6, 7, or 8_. -All the notes in the [jQuery 1.9 Upgrade Guide](http://jquery.com/upgrade-guide/1.9/) apply here as well. +All the notes in the [jQuery 1.9 Upgrade Guide](https://jquery.com/upgrade-guide/1.9/) apply here as well. Since IE 8 is still relatively common, we recommend using the 1.x version unless you are certain no IE 6/7/8 users are visiting the site. -Please read the [2.0 release notes](http://blog.jquery.com/2013/04/18/jquery-2-0-released/) carefully. +Please read the [2.0 release notes](https://blog.jquery.com/2013/04/18/jquery-2-0-released/) carefully. -Download the compressed, production jQuery 2.2.2 +Download the compressed, production jQuery 2.2.2 -Download the uncompressed, development jQuery 2.2.2 +Download the uncompressed, development jQuery 2.2.2 -Download the map file for jQuery 2.2.2 +Download the map file for jQuery 2.2.2 [jQuery 2.2.2 release -notes](http://blog.jquery.com/2016/03/17/jquery-1-12-2-and-2-2-2-released/) +notes](https://blog.jquery.com/2016/03/17/jquery-1-12-2-and-2-2-2-released/) ## Downloading jQuery using Bower jQuery is registered as a package with [Bower](http://bower.io). You can install the latest version of jQuery with the command: @@ -58,65 +58,65 @@ This will install jQuery to Bower's install directory, the default being `bower_ The jQuery Bower package contains additional files besides the default distribution. In most cases you can ignore these files, however if you wish to download the default release on its own you can use Bower to install jQuery from one of the above urls instead of the registered package. For example, if you wish to install just the compressed jQuery 2.1.0, you can install just that file with the following command: ``` -bower install http://code.jquery.com/jquery-2.2.2.min.js +bower install https://code.jquery.com/jquery-2.2.2.min.js ``` ## jQuery Migrate Plugin -We have created the [jQuery Migrate plugin](http://github.com/jquery/jquery-migrate/#readme) +We have created the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate/#readme) to simplify the transition from older versions of jQuery. The plugin restores deprecated features and behaviors so that older code will still run properly on jQuery 1.9 and later. Use the _uncompressed development_ version to diagnose compatibility issues, it will generate warnings on the console that you can use to identify and fix problems. Use the _compressed production_ version to simply fix compatibility issues without generating console warnings. -Download the compressed, production jQuery Migrate 1.2.1 +Download the compressed, production jQuery Migrate 1.2.1 -Download the uncompressed, development jQuery Migrate 1.2.1 +Download the uncompressed, development jQuery Migrate 1.2.1 ## Cross-Browser Testing with jQuery -Be sure to test web pages that use jQuery in all the browsers you want to support. The [modern.IE](http://modern.ie/) site makes available [virtual machines](http://www.modern.ie/en-us/virtualization-tools#downloads) for testing many different versions of Internet Explorer. Older versions of other browsers can be found at [oldversion.com](http://oldversion.com/). +Be sure to test web pages that use jQuery in all the browsers you want to support. The [modern.IE](https://modern.ie/) site makes available [virtual machines](https://modern.ie/en-us/virtualization-tools#downloads) for testing many different versions of Internet Explorer. Older versions of other browsers can be found at [oldversion.com](http://oldversion.com/). ## jQuery Pre-Release Builds The jQuery team is constantly working to improve the code. Each commit to the Github repo generates a work-in-progress version of the code that we update on the jQuery CDN. _These versions are sometimes unstable and not suitable for production sites._ We recommend they be used to determine whether a bug has already been fixed when reporting bugs against released versions, or to see if new bugs have been introduced. There are two versions, one for the `compat` branch (supports IE 8) and one for the `master` branch (not for use with old IE). -Download the work-in-progress jQuery Compat build +Download the work-in-progress jQuery Compat build -Download the work-in-progress jQuery build +Download the work-in-progress jQuery build ## Using jQuery with a CDN -[CDNs](http://en.wikipedia.org/wiki/Content_delivery_network) can offer a performance benefit by hosting jQuery on servers spread across the globe. This also offers an advantage that +[CDNs](https://en.wikipedia.org/wiki/Content_delivery_network) can offer a performance benefit by hosting jQuery on servers spread across the globe. This also offers an advantage that if the visitor to your webpage has already downloaded a copy of jQuery from the same CDN, it won't have to be re-downloaded. -### jQuery's CDN provided by [MaxCDN](http://www.maxcdn.com) +### jQuery's CDN provided by [MaxCDN](https://www.maxcdn.com) -To use the jQuery CDN, just reference the file directly from `http://code.jquery.com` in the script tag: +To use the jQuery CDN, just reference the file directly from `https://code.jquery.com` in the script tag: ``` - - + + ``` -Starting with jQuery 1.9, [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps) are available on the jQuery CDN as well. If compressed files are included directly from the CDN as shown above, sourcemap-aware browsers such as Google Chrome will use them when you enable sourcemap support. +Starting with jQuery 1.9, [sourcemap files](https://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps) are available on the jQuery CDN as well. If compressed files are included directly from the CDN as shown above, sourcemap-aware browsers such as Google Chrome will use them when you enable sourcemap support. -To see all available files and versions, visit [http://code.jquery.com](http://code.jquery.com) +To see all available files and versions, visit [https://code.jquery.com](https://code.jquery.com) ### Other CDNs -The following CDNs also host compressed and uncompressed versions of jQuery releases. Starting with jQuery 1.9 they may also host [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps); check the site's documentation. +The following CDNs also host compressed and uncompressed versions of jQuery releases. Starting with jQuery 1.9 they may also host [sourcemap files](https://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps); check the site's documentation. **Note that there may be delays between a jQuery release and its availability there. Please be patient, they receive the files at the same time the blog post is made public. Beta and release candidates are not hosted by these CDNs.** * [Google CDN](https://developers.google.com/speed/libraries/devguide#jquery) -* [Microsoft CDN](http://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Releases_on_the_CDN_0) -* [CDNJS CDN](http://cdnjs.com/libraries/jquery/) -* [jsDelivr CDN](http://www.jsdelivr.com/#!jquery) +* [Microsoft CDN](https://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Releases_on_the_CDN_0) +* [CDNJS CDN](https://cdnjs.com/libraries/jquery/) +* [jsDelivr CDN](https://www.jsdelivr.com/#!jquery) ## About the Code -**jQuery is provided under the MIT license.** +**jQuery is provided under the MIT license.** -The code is hosted and developed in the [jQuery GitHub repository](http://github.com/jquery/jquery). If you've spotted some areas of code that could be improved, please feel free to discuss it on the [Developing jQuery Core Forum](https://forum.jquery.com/developing-jquery-core). If you'd like to participate in developing jQuery, peruse our [contributor site](http://contribute.jquery.org) for more information. +The code is hosted and developed in the [jQuery GitHub repository](https://github.com/jquery/jquery). If you've spotted some areas of code that could be improved, please feel free to discuss it on the [Developing jQuery Core Forum](https://forum.jquery.com/developing-jquery-core). If you'd like to participate in developing jQuery, peruse our [contributor site](https://contribute.jquery.org) for more information. -To find and download plugins developed by jQuery contributors, please visit the Plugins site. Plugin authors are responsible for maintenance of their plugins. Feedback on plugins should be directed to the plugin author, not the jQuery team. +To find and download plugins developed by jQuery contributors, please visit the Plugins site. Plugin authors are responsible for maintenance of their plugins. Feedback on plugins should be directed to the plugin author, not the jQuery team. ### Build from Git @@ -143,5 +143,5 @@ The README file for a specific version will have instructions for building that ## Past Releases -All past releases can be found on the [jQuery CDN](http://code.jquery.com). +All past releases can be found on the [jQuery CDN](https://code.jquery.com). From d2ccd8545c4a3df974fba64dd41ac26b7a740e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Wed, 30 Mar 2016 11:45:22 +0200 Subject: [PATCH 027/271] Download: Update a couple of URLs The old URLs were redirecting to the new ones but it's always best to link directly to the final destination. --- pages/download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/download.md b/pages/download.md index 34c3f48..08664ab 100644 --- a/pages/download.md +++ b/pages/download.md @@ -72,7 +72,7 @@ to simplify the transition from older versions of jQuery. The plugin restores de ## Cross-Browser Testing with jQuery -Be sure to test web pages that use jQuery in all the browsers you want to support. The [modern.IE](https://modern.ie/) site makes available [virtual machines](https://modern.ie/en-us/virtualization-tools#downloads) for testing many different versions of Internet Explorer. Older versions of other browsers can be found at [oldversion.com](http://oldversion.com/). +Be sure to test web pages that use jQuery in all the browsers you want to support. The [Microsoft Developer Resources](https://developer.microsoft.com/en-us/microsoft-edge/) site makes available [virtual machines](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/) for testing many different versions of Internet Explorer. Older versions of other browsers can be found at [oldversion.com](http://oldversion.com/). ## jQuery Pre-Release Builds @@ -106,7 +106,7 @@ The following CDNs also host compressed and uncompressed versions of jQuery rele **Note that there may be delays between a jQuery release and its availability there. Please be patient, they receive the files at the same time the blog post is made public. Beta and release candidates are not hosted by these CDNs.** * [Google CDN](https://developers.google.com/speed/libraries/devguide#jquery) -* [Microsoft CDN](https://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Releases_on_the_CDN_0) +* [Microsoft CDN](https://www.asp.net/ajax/cdn#jQuery_Releases_on_the_CDN_0) * [CDNJS CDN](https://cdnjs.com/libraries/jquery/) * [jsDelivr CDN](https://www.jsdelivr.com/#!jquery) From d91beb21ef43bff3ce5abeccbf423c8817c28032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Wed, 30 Mar 2016 11:45:48 +0200 Subject: [PATCH 028/271] 2.1.15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73a802a..0da0eb5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery.com", "title": "jQuery Homepage", - "version": "2.1.14", + "version": "2.1.15", "homepage": "https://github.com/jquery/jquery.com", "author": { "name": "jQuery Foundation and other contributors" From d256fb071b3c90a7d3b0432906b8ea84f72f81dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Wed, 30 Mar 2016 11:55:50 +0200 Subject: [PATCH 029/271] Misc: Change HTTP & relative-protocol URLs to HTTPS There were more HTTP & relative-protocol links to be changed. Fixes #86 --- CONTRIBUTING.md | 6 +++--- LICENSE.txt | 2 +- README.md | 2 +- pages/browser-support.html | 8 ++++---- pages/index.html | 22 +++++++++++----------- pages/meetups.md | 8 ++++---- pages/upgrade-guide/1.9.md | 10 +++++----- 7 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5d31dc..c816381 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ -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/). +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/). -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). +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). -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/). +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/). diff --git a/LICENSE.txt b/LICENSE.txt index 35fafd6..d65e6bf 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -34,7 +34,7 @@ Copyright and related rights for sample code are waived via CC0. Sample code is defined as all source code displayed within the prose of the documentation. -CC0: http://creativecommons.org/publicdomain/zero/1.0/ +CC0: https://creativecommons.org/publicdomain/zero/1.0/ ==== diff --git a/README.md b/README.md index babbabf..db3ea6e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## Building and Deploying -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/). +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/). diff --git a/pages/browser-support.html b/pages/browser-support.html index 7d50e39..a41d565 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -46,19 +46,19 @@

Unsupported Browsers


About Browser Support

-

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 modern.IE site makes available virtual machines for testing many different versions of Internet Explorer. Older versions of other browsers can be found at oldversion.com.

+

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 Microsoft Developer Resources site makes available virtual machines for testing many different versions of Internet Explorer. Older versions of other browsers can be found at oldversion.com.

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 jQuery Migrate plugin may be helpful in identifying and fixing problems during a version upgrade.


About CSS Selector Compatibility

-

Regardless of a browser's support of CSS selectors, all selectors listed at api.jquery.com/category/selectors/ will return the correct set of elements when passed as an argument of the jQuery function.

+

Regardless of a browser's support of CSS selectors, all selectors listed at api.jquery.com/category/selectors/ will return the correct set of elements when passed as an argument of the jQuery function.

CSS styles applied with jQuery's .css() 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 opacity, which jQuery "shims" for older Internet Explorer's alternative implementation.) Furthermore, prior to version 1.8, jQuery does not normalize vendor-prefixed properties.

External References

diff --git a/pages/index.html b/pages/index.html index e2af224..b312ef2 100644 --- a/pages/index.html +++ b/pages/index.html @@ -15,8 +15,8 @@ v1.12.2 or v2.2.2
@@ -63,29 +63,29 @@

Corporate Members

Other jQuery Foundation Projects

- +