aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-04-26 16:25:34 +0200
committerGitHub <noreply@github.com>2024-04-26 16:25:34 +0200
commit4966aea381403ce368c17bcf4b2ecd836c82487d (patch)
treef22c8c76026832b9834dfc51f3d46be3d1831b22 /ui
parent28895912d7eed6862a062be7b8c51fad021e51cf (diff)
downloadjquery-ui-4966aea381403ce368c17bcf4b2ecd836c82487d.tar.gz
jquery-ui-4966aea381403ce368c17bcf4b2ecd836c82487d.zip
Docs: Change a few most common domains from HTTP to HTTPS
Also, update a few stale URLs to what they redirect now to. Closes gh-2244
Diffstat (limited to 'ui')
-rw-r--r--ui/data.js6
-rw-r--r--ui/disable-selection.js6
-rw-r--r--ui/effect.js12
-rw-r--r--ui/effects/effect-blind.js8
-rw-r--r--ui/effects/effect-bounce.js8
-rw-r--r--ui/effects/effect-clip.js8
-rw-r--r--ui/effects/effect-drop.js8
-rw-r--r--ui/effects/effect-explode.js8
-rw-r--r--ui/effects/effect-fade.js8
-rw-r--r--ui/effects/effect-fold.js8
-rw-r--r--ui/effects/effect-highlight.js8
-rw-r--r--ui/effects/effect-puff.js8
-rw-r--r--ui/effects/effect-pulsate.js8
-rw-r--r--ui/effects/effect-scale.js8
-rw-r--r--ui/effects/effect-shake.js8
-rw-r--r--ui/effects/effect-size.js8
-rw-r--r--ui/effects/effect-slide.js8
-rw-r--r--ui/effects/effect-transfer.js8
-rw-r--r--ui/focusable.js6
-rw-r--r--ui/form-reset-mixin.js6
-rw-r--r--ui/i18n/datepicker-bg.js2
-rw-r--r--ui/i18n/datepicker-el.js2
-rw-r--r--ui/i18n/datepicker-nl.js2
-rw-r--r--ui/jquery-patch.js4
-rw-r--r--ui/keycode.js6
-rw-r--r--ui/labels.js6
-rw-r--r--ui/position.js10
-rw-r--r--ui/scroll-parent.js6
-rw-r--r--ui/tabbable.js6
-rw-r--r--ui/unique-id.js6
-rw-r--r--ui/vendor/jquery-color/jquery.color.js2
-rw-r--r--ui/widget.js8
-rw-r--r--ui/widgets/accordion.js8
-rw-r--r--ui/widgets/autocomplete.js8
-rw-r--r--ui/widgets/button.js8
-rw-r--r--ui/widgets/checkboxradio.js8
-rw-r--r--ui/widgets/controlgroup.js8
-rw-r--r--ui/widgets/datepicker.js10
-rw-r--r--ui/widgets/dialog.js8
-rw-r--r--ui/widgets/draggable.js8
-rw-r--r--ui/widgets/droppable.js8
-rw-r--r--ui/widgets/menu.js8
-rw-r--r--ui/widgets/mouse.js6
-rw-r--r--ui/widgets/progressbar.js8
-rw-r--r--ui/widgets/resizable.js8
-rw-r--r--ui/widgets/selectable.js8
-rw-r--r--ui/widgets/selectmenu.js8
-rw-r--r--ui/widgets/slider.js8
-rw-r--r--ui/widgets/sortable.js8
-rw-r--r--ui/widgets/spinner.js8
-rw-r--r--ui/widgets/tabs.js12
-rw-r--r--ui/widgets/tooltip.js8
52 files changed, 190 insertions, 190 deletions
diff --git a/ui/data.js b/ui/data.js
index 8a449a7e6..5a1c650d4 100644
--- a/ui/data.js
+++ b/ui/data.js
@@ -1,16 +1,16 @@
/*!
* jQuery UI :data @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: :data Selector
//>>group: Core
//>>description: Selects elements which have data stored under the specified key.
-//>>docs: http://api.jqueryui.com/data-selector/
+//>>docs: https://api.jqueryui.com/data-selector/
( function( factory ) {
"use strict";
diff --git a/ui/disable-selection.js b/ui/disable-selection.js
index 0da236141..98784e5b3 100644
--- a/ui/disable-selection.js
+++ b/ui/disable-selection.js
@@ -1,16 +1,16 @@
/*!
* jQuery UI Disable Selection @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: disableSelection
//>>group: Core
//>>description: Disable selection of text content within the set of matched elements.
-//>>docs: http://api.jqueryui.com/disableSelection/
+//>>docs: https://api.jqueryui.com/disableSelection/
// This file is deprecated
( function( factory ) {
diff --git a/ui/effect.js b/ui/effect.js
index 53121d910..10cf8ed60 100644
--- a/ui/effect.js
+++ b/ui/effect.js
@@ -1,10 +1,10 @@
/*!
* jQuery UI Effects @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Effects Core
@@ -12,8 +12,8 @@
/* eslint-disable max-len */
//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.
/* eslint-enable max-len */
-//>>docs: http://api.jqueryui.com/category/effects-core/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/category/effects-core/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
@@ -525,7 +525,7 @@ $.extend( $.effects, {
// Lock in margins first to account for form elements, which
// will change margin if you explicitly set height
- // see: http://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380
+ // see: https://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380
// Support: Safari
element.css( {
marginTop: element.css( "marginTop" ),
@@ -919,7 +919,7 @@ $.fx.step.clip = function( fx ) {
( function() {
-// Based on easing equations from Robert Penner (http://www.robertpenner.com/easing)
+// Based on easing equations from Robert Penner (http://robertpenner.com/easing)
var baseEasings = {};
diff --git a/ui/effects/effect-blind.js b/ui/effects/effect-blind.js
index 691162459..575eea08d 100644
--- a/ui/effects/effect-blind.js
+++ b/ui/effects/effect-blind.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Blind @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Blind Effect
//>>group: Effects
//>>description: Blinds the element.
-//>>docs: http://api.jqueryui.com/blind-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/blind-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-bounce.js b/ui/effects/effect-bounce.js
index 8bd423e08..bf23ea4b0 100644
--- a/ui/effects/effect-bounce.js
+++ b/ui/effects/effect-bounce.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Bounce @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Bounce Effect
//>>group: Effects
//>>description: Bounces an element horizontally or vertically n times.
-//>>docs: http://api.jqueryui.com/bounce-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/bounce-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-clip.js b/ui/effects/effect-clip.js
index f7f84c124..c2ba20679 100644
--- a/ui/effects/effect-clip.js
+++ b/ui/effects/effect-clip.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Clip @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Clip Effect
//>>group: Effects
//>>description: Clips the element on and off like an old TV.
-//>>docs: http://api.jqueryui.com/clip-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/clip-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-drop.js b/ui/effects/effect-drop.js
index f0a9915c1..c9e595256 100644
--- a/ui/effects/effect-drop.js
+++ b/ui/effects/effect-drop.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Drop @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Drop Effect
//>>group: Effects
//>>description: Moves an element in one direction and hides it at the same time.
-//>>docs: http://api.jqueryui.com/drop-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/drop-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-explode.js b/ui/effects/effect-explode.js
index 80444fd23..ed40833a8 100644
--- a/ui/effects/effect-explode.js
+++ b/ui/effects/effect-explode.js
@@ -1,10 +1,10 @@
/*!
* jQuery UI Effects Explode @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Explode Effect
@@ -12,8 +12,8 @@
/* eslint-disable max-len */
//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.
/* eslint-enable max-len */
-//>>docs: http://api.jqueryui.com/explode-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/explode-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-fade.js b/ui/effects/effect-fade.js
index f0d7d3d44..cc5cc598b 100644
--- a/ui/effects/effect-fade.js
+++ b/ui/effects/effect-fade.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Fade @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Fade Effect
//>>group: Effects
//>>description: Fades the element.
-//>>docs: http://api.jqueryui.com/fade-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/fade-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-fold.js b/ui/effects/effect-fold.js
index d191a3aa2..5368bd791 100644
--- a/ui/effects/effect-fold.js
+++ b/ui/effects/effect-fold.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Fold @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Fold Effect
//>>group: Effects
//>>description: Folds an element first horizontally and then vertically.
-//>>docs: http://api.jqueryui.com/fold-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/fold-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-highlight.js b/ui/effects/effect-highlight.js
index 75912b40a..ca85e1a35 100644
--- a/ui/effects/effect-highlight.js
+++ b/ui/effects/effect-highlight.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Highlight @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Highlight Effect
//>>group: Effects
//>>description: Highlights the background of an element in a defined color for a custom duration.
-//>>docs: http://api.jqueryui.com/highlight-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/highlight-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-puff.js b/ui/effects/effect-puff.js
index 330ecb0e6..e742fb18f 100644
--- a/ui/effects/effect-puff.js
+++ b/ui/effects/effect-puff.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Puff @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Puff Effect
//>>group: Effects
//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.
-//>>docs: http://api.jqueryui.com/puff-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/puff-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-pulsate.js b/ui/effects/effect-pulsate.js
index 02662365a..28313b10b 100644
--- a/ui/effects/effect-pulsate.js
+++ b/ui/effects/effect-pulsate.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Pulsate @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Pulsate Effect
//>>group: Effects
//>>description: Pulsates an element n times by changing the opacity to zero and back.
-//>>docs: http://api.jqueryui.com/pulsate-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/pulsate-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-scale.js b/ui/effects/effect-scale.js
index 8953bdd40..87a43b4b0 100644
--- a/ui/effects/effect-scale.js
+++ b/ui/effects/effect-scale.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Scale @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Scale Effect
//>>group: Effects
//>>description: Grows or shrinks an element and its content.
-//>>docs: http://api.jqueryui.com/scale-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/scale-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-shake.js b/ui/effects/effect-shake.js
index 298333714..7fd721cfa 100644
--- a/ui/effects/effect-shake.js
+++ b/ui/effects/effect-shake.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Shake @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Shake Effect
//>>group: Effects
//>>description: Shakes an element horizontally or vertically n times.
-//>>docs: http://api.jqueryui.com/shake-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/shake-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-size.js b/ui/effects/effect-size.js
index 52828dcca..c039a5ae0 100644
--- a/ui/effects/effect-size.js
+++ b/ui/effects/effect-size.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Size @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Size Effect
//>>group: Effects
//>>description: Resize an element to a specified width and height.
-//>>docs: http://api.jqueryui.com/size-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/size-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-slide.js b/ui/effects/effect-slide.js
index 8d6f453db..bf53aa59d 100644
--- a/ui/effects/effect-slide.js
+++ b/ui/effects/effect-slide.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Slide @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Slide Effect
//>>group: Effects
//>>description: Slides an element in and out of the viewport.
-//>>docs: http://api.jqueryui.com/slide-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/slide-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-transfer.js b/ui/effects/effect-transfer.js
index 7b1075e8f..2014dba37 100644
--- a/ui/effects/effect-transfer.js
+++ b/ui/effects/effect-transfer.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Transfer @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Transfer Effect
//>>group: Effects
//>>description: Displays a transfer effect from one element to another.
-//>>docs: http://api.jqueryui.com/transfer-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/transfer-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/focusable.js b/ui/focusable.js
index 9826bb815..2db058678 100644
--- a/ui/focusable.js
+++ b/ui/focusable.js
@@ -1,16 +1,16 @@
/*!
* jQuery UI Focusable @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: :focusable Selector
//>>group: Core
//>>description: Selects elements which can be focused.
-//>>docs: http://api.jqueryui.com/focusable-selector/
+//>>docs: https://api.jqueryui.com/focusable-selector/
( function( factory ) {
"use strict";
diff --git a/ui/form-reset-mixin.js b/ui/form-reset-mixin.js
index d20b4e0ae..a60299d13 100644
--- a/ui/form-reset-mixin.js
+++ b/ui/form-reset-mixin.js
@@ -1,16 +1,16 @@
/*!
* jQuery UI Form Reset Mixin @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Form Reset Mixin
//>>group: Core
//>>description: Refresh input widgets when their form is reset
-//>>docs: http://api.jqueryui.com/form-reset-mixin/
+//>>docs: https://api.jqueryui.com/form-reset-mixin/
( function( factory ) {
"use strict";
diff --git a/ui/i18n/datepicker-bg.js b/ui/i18n/datepicker-bg.js
index c771b3b52..62be734be 100644
--- a/ui/i18n/datepicker-bg.js
+++ b/ui/i18n/datepicker-bg.js
@@ -1,5 +1,5 @@
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
-/* Written by Stoyan Kyosev (http://svest.org). */
+/* Written by Stoyan Kyosev. */
( function( factory ) {
"use strict";
diff --git a/ui/i18n/datepicker-el.js b/ui/i18n/datepicker-el.js
index 054a5e2d9..9716e4162 100644
--- a/ui/i18n/datepicker-el.js
+++ b/ui/i18n/datepicker-el.js
@@ -1,5 +1,5 @@
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
-/* Written by Alex Cicovic (http://www.alexcicovic.com) */
+/* Written by Alex Cicovic (https://alexcicovic.com) */
( function( factory ) {
"use strict";
diff --git a/ui/i18n/datepicker-nl.js b/ui/i18n/datepicker-nl.js
index 535d7fbda..6ac5d0702 100644
--- a/ui/i18n/datepicker-nl.js
+++ b/ui/i18n/datepicker-nl.js
@@ -1,5 +1,5 @@
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
-/* Written by Mathias Bynens <http://mathiasbynens.be/> */
+/* Written by Mathias Bynens <https://mathiasbynens.be/> */
( function( factory ) {
"use strict";
diff --git a/ui/jquery-patch.js b/ui/jquery-patch.js
index aba5ec0d9..07254d959 100644
--- a/ui/jquery-patch.js
+++ b/ui/jquery-patch.js
@@ -1,10 +1,10 @@
/*!
* jQuery UI Support for jQuery core 1.8.x and newer @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*
*/
diff --git a/ui/keycode.js b/ui/keycode.js
index 0585a18e4..32bfa5d3f 100644
--- a/ui/keycode.js
+++ b/ui/keycode.js
@@ -1,16 +1,16 @@
/*!
* jQuery UI Keycode @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Keycode
//>>group: Core
//>>description: Provide keycodes as keynames
-//>>docs: http://api.jqueryui.com/jQuery.ui.keyCode/
+//>>docs: https://api.jqueryui.com/jQuery.ui.keyCode/
( function( factory ) {
"use strict";
diff --git a/ui/labels.js b/ui/labels.js
index 0ac0c3bd8..9f1c3296b 100644
--- a/ui/labels.js
+++ b/ui/labels.js
@@ -1,16 +1,16 @@
/*!
* jQuery UI Labels @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: labels
//>>group: Core
//>>description: Find all the labels associated with a given input
-//>>docs: http://api.jqueryui.com/labels/
+//>>docs: https://api.jqueryui.com/labels/
( function( factory ) {
"use strict";
diff --git a/ui/position.js b/ui/position.js
index 797db3072..ea1dca86b 100644
--- a/ui/position.js
+++ b/ui/position.js
@@ -1,19 +1,19 @@
/*!
* jQuery UI Position @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*
- * http://api.jqueryui.com/position/
+ * https://api.jqueryui.com/position/
*/
//>>label: Position
//>>group: Core
//>>description: Positions elements relative to other elements.
-//>>docs: http://api.jqueryui.com/position/
-//>>demos: http://jqueryui.com/position/
+//>>docs: https://api.jqueryui.com/position/
+//>>demos: https://jqueryui.com/position/
( function( factory ) {
"use strict";
diff --git a/ui/scroll-parent.js b/ui/scroll-parent.js
index 8ce20fb86..b8fb6ddac 100644
--- a/ui/scroll-parent.js
+++ b/ui/scroll-parent.js
@@ -1,16 +1,16 @@
/*!
* jQuery UI Scroll Parent @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: scrollParent
//>>group: Core
//>>description: Get the closest ancestor element that is scrollable.
-//>>docs: http://api.jqueryui.com/scrollParent/
+//>>docs: https://api.jqueryui.com/scrollParent/
( function( factory ) {
"use strict";
diff --git a/ui/tabbable.js b/ui/tabbable.js
index 05f042e95..555484a92 100644
--- a/ui/tabbable.js
+++ b/ui/tabbable.js
@@ -1,16 +1,16 @@
/*!
* jQuery UI Tabbable @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: :tabbable Selector
//>>group: Core
//>>description: Selects elements which can be tabbed to.
-//>>docs: http://api.jqueryui.com/tabbable-selector/
+//>>docs: https://api.jqueryui.com/tabbable-selector/
( function( factory ) {
"use strict";
diff --git a/ui/unique-id.js b/ui/unique-id.js
index ef1b8da6b..488e4e232 100644
--- a/ui/unique-id.js
+++ b/ui/unique-id.js
@@ -1,16 +1,16 @@
/*!
* jQuery UI Unique ID @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: uniqueId
//>>group: Core
//>>description: Functions to generate and remove uniqueId's
-//>>docs: http://api.jqueryui.com/uniqueId/
+//>>docs: https://api.jqueryui.com/uniqueId/
( function( factory ) {
"use strict";
diff --git a/ui/vendor/jquery-color/jquery.color.js b/ui/vendor/jquery-color/jquery.color.js
index c291d96ae..b38596ee5 100644
--- a/ui/vendor/jquery-color/jquery.color.js
+++ b/ui/vendor/jquery-color/jquery.color.js
@@ -4,7 +4,7 @@
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*
* Date: Sun May 10 09:02:36 2020 +0200
*/
diff --git a/ui/widget.js b/ui/widget.js
index 6512cc587..7201b4fbf 100644
--- a/ui/widget.js
+++ b/ui/widget.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Widget @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Widget
//>>group: Core
//>>description: Provides a factory for creating stateful widgets with a common API.
-//>>docs: http://api.jqueryui.com/jQuery.widget/
-//>>demos: http://jqueryui.com/widget/
+//>>docs: https://api.jqueryui.com/jQuery.widget/
+//>>demos: https://jqueryui.com/widget/
( function( factory ) {
"use strict";
diff --git a/ui/widgets/accordion.js b/ui/widgets/accordion.js
index 7e32d10bf..d5d71224d 100644
--- a/ui/widgets/accordion.js
+++ b/ui/widgets/accordion.js
@@ -1,10 +1,10 @@
/*!
* jQuery UI Accordion @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Accordion
@@ -12,8 +12,8 @@
/* eslint-disable max-len */
//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
/* eslint-enable max-len */
-//>>docs: http://api.jqueryui.com/accordion/
-//>>demos: http://jqueryui.com/accordion/
+//>>docs: https://api.jqueryui.com/accordion/
+//>>demos: https://jqueryui.com/accordion/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/accordion.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js
index 6a8bfcbfd..ac2cfe42b 100644
--- a/ui/widgets/autocomplete.js
+++ b/ui/widgets/autocomplete.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Autocomplete @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Autocomplete
//>>group: Widgets
//>>description: Lists suggested words as the user is typing.
-//>>docs: http://api.jqueryui.com/autocomplete/
-//>>demos: http://jqueryui.com/autocomplete/
+//>>docs: https://api.jqueryui.com/autocomplete/
+//>>demos: https://jqueryui.com/autocomplete/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/autocomplete.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/button.js b/ui/widgets/button.js
index 7365210e1..c127a6d00 100644
--- a/ui/widgets/button.js
+++ b/ui/widgets/button.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Button @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Button
//>>group: Widgets
//>>description: Enhances a form with themeable buttons.
-//>>docs: http://api.jqueryui.com/button/
-//>>demos: http://jqueryui.com/button/
+//>>docs: https://api.jqueryui.com/button/
+//>>demos: https://jqueryui.com/button/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/button.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js
index 86e6ff906..add80d80a 100644
--- a/ui/widgets/checkboxradio.js
+++ b/ui/widgets/checkboxradio.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Checkboxradio @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Checkboxradio
//>>group: Widgets
//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.
-//>>docs: http://api.jqueryui.com/checkboxradio/
-//>>demos: http://jqueryui.com/checkboxradio/
+//>>docs: https://api.jqueryui.com/checkboxradio/
+//>>demos: https://jqueryui.com/checkboxradio/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/button.css
//>>css.structure: ../../themes/base/checkboxradio.css
diff --git a/ui/widgets/controlgroup.js b/ui/widgets/controlgroup.js
index 68970b7c1..fe7605d89 100644
--- a/ui/widgets/controlgroup.js
+++ b/ui/widgets/controlgroup.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Controlgroup @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Controlgroup
//>>group: Widgets
//>>description: Visually groups form control widgets
-//>>docs: http://api.jqueryui.com/controlgroup/
-//>>demos: http://jqueryui.com/controlgroup/
+//>>docs: https://api.jqueryui.com/controlgroup/
+//>>demos: https://jqueryui.com/controlgroup/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/controlgroup.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js
index b406da7d1..a271351e0 100644
--- a/ui/widgets/datepicker.js
+++ b/ui/widgets/datepicker.js
@@ -1,18 +1,18 @@
/* eslint-disable max-len, camelcase */
/*!
* jQuery UI Datepicker @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Datepicker
//>>group: Widgets
//>>description: Displays a calendar from an input or inline for selecting dates.
-//>>docs: http://api.jqueryui.com/datepicker/
-//>>demos: http://jqueryui.com/datepicker/
+//>>docs: https://api.jqueryui.com/datepicker/
+//>>demos: https://jqueryui.com/datepicker/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/datepicker.css
//>>css.theme: ../../themes/base/theme.css
@@ -353,7 +353,7 @@ $.extend( Datepicker.prototype, {
}
// Set display:block in place of inst.dpDiv.show() which won't work on disconnected elements
- // http://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height
+ // https://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height
inst.dpDiv.css( "display", "block" );
},
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js
index 0ff816ec6..02f63d728 100644
--- a/ui/widgets/dialog.js
+++ b/ui/widgets/dialog.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Dialog @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Dialog
//>>group: Widgets
//>>description: Displays customizable dialog windows.
-//>>docs: http://api.jqueryui.com/dialog/
-//>>demos: http://jqueryui.com/dialog/
+//>>docs: https://api.jqueryui.com/dialog/
+//>>demos: https://jqueryui.com/dialog/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/dialog.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js
index 0307fb8e8..818273694 100644
--- a/ui/widgets/draggable.js
+++ b/ui/widgets/draggable.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Draggable @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Draggable
//>>group: Interactions
//>>description: Enables dragging functionality for any element.
-//>>docs: http://api.jqueryui.com/draggable/
-//>>demos: http://jqueryui.com/draggable/
+//>>docs: https://api.jqueryui.com/draggable/
+//>>demos: https://jqueryui.com/draggable/
//>>css.structure: ../../themes/base/draggable.css
( function( factory ) {
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js
index bb9155305..45fca0560 100644
--- a/ui/widgets/droppable.js
+++ b/ui/widgets/droppable.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Droppable @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Droppable
//>>group: Interactions
//>>description: Enables drop targets for draggable elements.
-//>>docs: http://api.jqueryui.com/droppable/
-//>>demos: http://jqueryui.com/droppable/
+//>>docs: https://api.jqueryui.com/droppable/
+//>>demos: https://jqueryui.com/droppable/
( function( factory ) {
"use strict";
diff --git a/ui/widgets/menu.js b/ui/widgets/menu.js
index 30dc8de98..1ef4b8a3d 100644
--- a/ui/widgets/menu.js
+++ b/ui/widgets/menu.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Menu @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Menu
//>>group: Widgets
//>>description: Creates nestable menus.
-//>>docs: http://api.jqueryui.com/menu/
-//>>demos: http://jqueryui.com/menu/
+//>>docs: https://api.jqueryui.com/menu/
+//>>demos: https://jqueryui.com/menu/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/menu.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js
index 73bfb2114..1dcac5277 100644
--- a/ui/widgets/mouse.js
+++ b/ui/widgets/mouse.js
@@ -1,16 +1,16 @@
/*!
* jQuery UI Mouse @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Mouse
//>>group: Widgets
//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.
-//>>docs: http://api.jqueryui.com/mouse/
+//>>docs: https://api.jqueryui.com/mouse/
( function( factory ) {
"use strict";
diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js
index 4049f2c52..20e96440a 100644
--- a/ui/widgets/progressbar.js
+++ b/ui/widgets/progressbar.js
@@ -1,10 +1,10 @@
/*!
* jQuery UI Progressbar @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Progressbar
@@ -12,8 +12,8 @@
/* eslint-disable max-len */
//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
/* eslint-enable max-len */
-//>>docs: http://api.jqueryui.com/progressbar/
-//>>demos: http://jqueryui.com/progressbar/
+//>>docs: https://api.jqueryui.com/progressbar/
+//>>demos: https://jqueryui.com/progressbar/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/progressbar.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js
index 3f1f19833..7be097e73 100644
--- a/ui/widgets/resizable.js
+++ b/ui/widgets/resizable.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Resizable @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Resizable
//>>group: Interactions
//>>description: Enables resize functionality for any element.
-//>>docs: http://api.jqueryui.com/resizable/
-//>>demos: http://jqueryui.com/resizable/
+//>>docs: https://api.jqueryui.com/resizable/
+//>>demos: https://jqueryui.com/resizable/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/resizable.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/selectable.js b/ui/widgets/selectable.js
index 88ea5bdb3..0c35154b3 100644
--- a/ui/widgets/selectable.js
+++ b/ui/widgets/selectable.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Selectable @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Selectable
//>>group: Interactions
//>>description: Allows groups of elements to be selected with the mouse.
-//>>docs: http://api.jqueryui.com/selectable/
-//>>demos: http://jqueryui.com/selectable/
+//>>docs: https://api.jqueryui.com/selectable/
+//>>demos: https://jqueryui.com/selectable/
//>>css.structure: ../../themes/base/selectable.css
( function( factory ) {
diff --git a/ui/widgets/selectmenu.js b/ui/widgets/selectmenu.js
index c80e39f60..b1e2033ba 100644
--- a/ui/widgets/selectmenu.js
+++ b/ui/widgets/selectmenu.js
@@ -1,10 +1,10 @@
/*!
* jQuery UI Selectmenu @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Selectmenu
@@ -12,8 +12,8 @@
/* eslint-disable max-len */
//>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.
/* eslint-enable max-len */
-//>>docs: http://api.jqueryui.com/selectmenu/
-//>>demos: http://jqueryui.com/selectmenu/
+//>>docs: https://api.jqueryui.com/selectmenu/
+//>>demos: https://jqueryui.com/selectmenu/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/selectmenu.css, ../../themes/base/button.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/slider.js b/ui/widgets/slider.js
index 15d77d24a..7f676b414 100644
--- a/ui/widgets/slider.js
+++ b/ui/widgets/slider.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Slider @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Slider
//>>group: Widgets
//>>description: Displays a flexible slider with ranges and accessibility via keyboard.
-//>>docs: http://api.jqueryui.com/slider/
-//>>demos: http://jqueryui.com/slider/
+//>>docs: https://api.jqueryui.com/slider/
+//>>demos: https://jqueryui.com/slider/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/slider.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/sortable.js b/ui/widgets/sortable.js
index 9460a9f6d..70dc7e703 100644
--- a/ui/widgets/sortable.js
+++ b/ui/widgets/sortable.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Sortable @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Sortable
//>>group: Interactions
//>>description: Enables items in a list to be sorted using the mouse.
-//>>docs: http://api.jqueryui.com/sortable/
-//>>demos: http://jqueryui.com/sortable/
+//>>docs: https://api.jqueryui.com/sortable/
+//>>demos: https://jqueryui.com/sortable/
//>>css.structure: ../../themes/base/sortable.css
( function( factory ) {
diff --git a/ui/widgets/spinner.js b/ui/widgets/spinner.js
index 45ff18e72..c35929a01 100644
--- a/ui/widgets/spinner.js
+++ b/ui/widgets/spinner.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Spinner @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Spinner
//>>group: Widgets
//>>description: Displays buttons to easily input numbers via the keyboard or mouse.
-//>>docs: http://api.jqueryui.com/spinner/
-//>>demos: http://jqueryui.com/spinner/
+//>>docs: https://api.jqueryui.com/spinner/
+//>>demos: https://jqueryui.com/spinner/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/spinner.css
//>>css.theme: ../../themes/base/theme.css
diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js
index cfa4d93f6..b8373c4e9 100644
--- a/ui/widgets/tabs.js
+++ b/ui/widgets/tabs.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Tabs @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Tabs
//>>group: Widgets
//>>description: Transforms a set of container elements into a tab structure.
-//>>docs: http://api.jqueryui.com/tabs/
-//>>demos: http://jqueryui.com/tabs/
+//>>docs: https://api.jqueryui.com/tabs/
+//>>demos: https://jqueryui.com/tabs/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/tabs.css
//>>css.theme: ../../themes/base/theme.css
@@ -868,7 +868,7 @@ $.widget( "ui.tabs", {
.done( function( response, status, jqXHR ) {
// support: jQuery <1.8
- // http://bugs.jquery.com/ticket/11778
+ // https://bugs.jquery.com/ticket/11778
setTimeout( function() {
panel.html( response );
that._trigger( "load", event, eventData );
@@ -879,7 +879,7 @@ $.widget( "ui.tabs", {
.fail( function( jqXHR, status ) {
// support: jQuery <1.8
- // http://bugs.jquery.com/ticket/11778
+ // https://bugs.jquery.com/ticket/11778
setTimeout( function() {
complete( jqXHR, status );
}, 1 );
diff --git a/ui/widgets/tooltip.js b/ui/widgets/tooltip.js
index 9f634e356..083c0389e 100644
--- a/ui/widgets/tooltip.js
+++ b/ui/widgets/tooltip.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Tooltip @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Tooltip
//>>group: Widgets
//>>description: Shows additional information for any element on hover or focus.
-//>>docs: http://api.jqueryui.com/tooltip/
-//>>demos: http://jqueryui.com/tooltip/
+//>>docs: https://api.jqueryui.com/tooltip/
+//>>demos: https://jqueryui.com/tooltip/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/tooltip.css
//>>css.theme: ../../themes/base/theme.css