From 25025a36d9810962830bea549b8f2d9d75c3a893 Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Mon, 22 Apr 2024 11:55:17 +0200 Subject: [PATCH 01/13] Update custom_render.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes mixed content error logging from the demo website over at jqueryui.com Mixed Content: The page at '' was loaded over HTTPS, but requested an insecure element ''. This request was automatically upgraded to HTTPS, For more information see VM25 jquery-3.6.0.js:6591 Mixed Content: The page at 'https://jqueryui.com/resources/demos/selectmenu/custom_render.html' was loaded over HTTPS, but requested an insecure element 'http://www.gravatar.com/avatar/b3e04a4…?d=monsterid&r=g&s=16'. This request was automatically upgraded to HTTPS, For more information see https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html --- demos/selectmenu/custom_render.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/selectmenu/custom_render.html b/demos/selectmenu/custom_render.html index 6ca68cac89a..2afc727df83 100644 --- a/demos/selectmenu/custom_render.html +++ b/demos/selectmenu/custom_render.html @@ -113,9 +113,9 @@

Selectmenu with custom avatar 16x16 images as CSS background

From ee30489e678eb34ba7b9e85d2551c479f5a19f1e Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Thu, 25 Apr 2024 13:21:27 +0200 Subject: [PATCH 02/13] Update tracking.html change url to https --- demos/tooltip/tracking.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/tooltip/tracking.html b/demos/tooltip/tracking.html index 390f43b8cf1..635c5303437 100644 --- a/demos/tooltip/tracking.html +++ b/demos/tooltip/tracking.html @@ -24,7 +24,7 @@

Tooltips can be attached to any element. When you hover the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

But as it's not a native tooltip, it can be styled. Any themes built with -ThemeRoller +ThemeRoller will also style tooltips accordingly.

Tooltips are also useful for form elements, to show some additional information in the context of each field.

From b4348d3648a649ce2c86159af1a1cb0b53b828a3 Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Thu, 25 Apr 2024 13:22:12 +0200 Subject: [PATCH 03/13] Update default.html update link to https --- demos/widget/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/widget/default.html b/demos/widget/default.html index 0f62bb96846..bf380929fd4 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -166,7 +166,7 @@

This demo shows a simple custom widget built using the widget factory (jquery.ui.widget.js).

The three boxes are initialized in different ways. Clicking them changes their background color. View source to see how it works, its heavily commented

-

To learn more about the widget factory, visit learn.jquery.com.

+

To learn more about the widget factory, visit learn.jquery.com.

From 2ce94929481728061fb277bc0d625ba7fb2518d5 Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Thu, 25 Apr 2024 13:23:06 +0200 Subject: [PATCH 04/13] Update default.html update link to https --- demos/tooltip/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/tooltip/default.html b/demos/tooltip/default.html index 93a5536ccb5..bd846a85a60 100644 --- a/demos/tooltip/default.html +++ b/demos/tooltip/default.html @@ -22,7 +22,7 @@

Tooltips can be attached to any element. When you hover the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

But as it's not a native tooltip, it can be styled. Any themes built with -ThemeRoller +ThemeRoller will also style tooltips accordingly.

Tooltips are also useful for form elements, to show some additional information in the context of each field.

From 43bc29a8350fe4a02a5a7a5bfce36fad1ac538f1 Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Thu, 25 Apr 2024 13:23:29 +0200 Subject: [PATCH 05/13] Update custom-style.html update link to https --- demos/tooltip/custom-style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/tooltip/custom-style.html b/demos/tooltip/custom-style.html index 8f1bd51e219..5cbd4bbd352 100644 --- a/demos/tooltip/custom-style.html +++ b/demos/tooltip/custom-style.html @@ -75,7 +75,7 @@

Tooltips can be attached to any element. When you hover the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

But as it's not a native tooltip, it can be styled. Any themes built with -ThemeRoller +ThemeRoller will also style tooltips accordingly.

Tooltips are also useful for form elements, to show some additional information in the context of each field.

From 01fd13b17915f0556b62697203febefc75e39619 Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Thu, 25 Apr 2024 13:24:01 +0200 Subject: [PATCH 06/13] Update custom-animation.html update links to https --- demos/tooltip/custom-animation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/tooltip/custom-animation.html b/demos/tooltip/custom-animation.html index d4419e6c356..df31be87f43 100644 --- a/demos/tooltip/custom-animation.html +++ b/demos/tooltip/custom-animation.html @@ -35,9 +35,9 @@

There are various ways to customize the animation of a tooltip.

-

You can use the show and -hide options.

-

You can also use the open event.

+

You can use the show and +hide options.

+

You can also use the open event.

This demo shows how to customize animations using the show and hide options, From d99cd995ae6f55aee90272b5b6cb9d25ac7d3342 Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Thu, 25 Apr 2024 13:24:35 +0200 Subject: [PATCH 07/13] Update latlong.html update links to https --- demos/spinner/latlong.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/spinner/latlong.html b/demos/spinner/latlong.html index 29fd28adaa8..0ee747eee54 100644 --- a/demos/spinner/latlong.html +++ b/demos/spinner/latlong.html @@ -6,7 +6,7 @@ jQuery UI Spinner - Map - +