diff options
author | mark van tilburg <markvantilburg@gmail.com> | 2024-04-25 23:53:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-25 23:53:11 +0200 |
commit | 28895912d7eed6862a062be7b8c51fad021e51cf (patch) | |
tree | dd1ab51d3d506e6edb08229e93e84e797987e2f2 /demos/tooltip | |
parent | 9fcae942a6445988fcf7256a44f0f6fa1ad999fa (diff) | |
download | jquery-ui-28895912d7eed6862a062be7b8c51fad021e51cf.tar.gz jquery-ui-28895912d7eed6862a062be7b8c51fad021e51cf.zip |
Update custom_render.html (#2242)
This fixes mixed content errors on the selectmenu demo page at jqueryui.com.
Closes gh-2242
Diffstat (limited to 'demos/tooltip')
-rw-r--r-- | demos/tooltip/custom-animation.html | 6 | ||||
-rw-r--r-- | demos/tooltip/custom-content.html | 14 | ||||
-rw-r--r-- | demos/tooltip/custom-style.html | 2 | ||||
-rw-r--r-- | demos/tooltip/default.html | 2 | ||||
-rw-r--r-- | demos/tooltip/tracking.html | 2 |
5 files changed, 13 insertions, 13 deletions
diff --git a/demos/tooltip/custom-animation.html b/demos/tooltip/custom-animation.html index d4419e6c3..df31be87f 100644 --- a/demos/tooltip/custom-animation.html +++ b/demos/tooltip/custom-animation.html @@ -35,9 +35,9 @@ <body> <p>There are various ways to customize the animation of a tooltip.</p> -<p>You can use the <a id="show-option" href="http://jqueryui.com/demos/tooltip/#option-show" title="slide down on show">show</a> and -<a id="hide-option" href="http://jqueryui.com/demos/tooltip/#option-hide" title="explode on hide">hide</a> options.</p> -<p>You can also use the <a id="open-event" href="http://jqueryui.com/demos/tooltip/#event-open" title="move down on show">open event</a>.</p> +<p>You can use the <a id="show-option" href="https://jqueryui.com/demos/tooltip/#option-show" title="slide down on show">show</a> and +<a id="hide-option" href="https://jqueryui.com/demos/tooltip/#option-hide" title="explode on hide">hide</a> options.</p> +<p>You can also use the <a id="open-event" href="https://jqueryui.com/demos/tooltip/#event-open" title="move down on show">open event</a>.</p> <div class="demo-description"> <p>This demo shows how to customize animations using the show and hide options, diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html index 003bf110d..8a40aae1f 100644 --- a/demos/tooltip/custom-content.html +++ b/demos/tooltip/custom-content.html @@ -31,7 +31,7 @@ if ( element.is( "[data-geo]" ) ) { var text = element.text(); return "<img class='map' alt='" + text + - "' src='http://maps.google.com/maps/api/staticmap?" + + "' src='https://maps.google.com/maps/api/staticmap?" + "zoom=11&size=350x350&maptype=terrain&sensor=false¢er=" + text + "'>"; } @@ -50,9 +50,9 @@ <div class="ui-widget photo"> <div class="ui-widget-header ui-corner-all"> <h2>St. Stephen's Cathedral</h2> - <h3><a href="http://maps.google.com/maps?q=vienna,+austria&z=11" data-geo>Vienna, Austria</a></h3> + <h3><a href="https://maps.google.com/maps?q=vienna,+austria&z=11" data-geo>Vienna, Austria</a></h3> </div> - <a href="http://en.wikipedia.org/wiki/File:Wien_Stefansdom_DSC02656.JPG"> + <a href="https://en.wikipedia.org/wiki/File:Wien_Stefansdom_DSC02656.JPG"> <img src="images/st-stephens.jpg" alt="St. Stephen's Cathedral" class="ui-corner-all"> </a> </div> @@ -60,15 +60,15 @@ <div class="ui-widget photo"> <div class="ui-widget-header ui-corner-all"> <h2>Tower Bridge</h2> - <h3><a href="http://maps.google.com/maps?q=london,+england&z=11" data-geo>London, England</a></h3> + <h3><a href="https://maps.google.com/maps?q=london,+england&z=11" data-geo>London, England</a></h3> </div> - <a href="http://en.wikipedia.org/wiki/File:Tower_bridge_London_Twilight_-_November_2006.jpg"> + <a href="https://en.wikipedia.org/wiki/File:Tower_bridge_London_Twilight_-_November_2006.jpg"> <img src="images/tower-bridge.jpg" alt="Tower Bridge" class="ui-corner-all"> </a> </div> -<p>All images are part of <a href="http://commons.wikimedia.org/wiki/Main_Page">Wikimedia Commons</a> -and are licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en" title="Creative Commons Attribution-ShareAlike 3.0">CC BY-SA 3.0</a> by the copyright holder.</p> +<p>All images are part of <a href="https://commons.wikimedia.org/wiki/Main_Page">Wikimedia Commons</a> +and are licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en" title="Creative Commons Attribution-ShareAlike 3.0">CC BY-SA 3.0</a> by the copyright holder.</p> <div class="demo-description"> <p>Shows how to combine different event delegated tooltips into a single instance, by customizing the items and content options.</p> diff --git a/demos/tooltip/custom-style.html b/demos/tooltip/custom-style.html index 8f1bd51e2..5cbd4bbd3 100644 --- a/demos/tooltip/custom-style.html +++ b/demos/tooltip/custom-style.html @@ -75,7 +75,7 @@ <p><a href="#" title="That's what this widget is">Tooltips</a> 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.</p> <p>But as it's not a native tooltip, it can be styled. Any themes built with -<a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a> +<a href="https://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a> will also style tooltips accordingly.</p> <p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p> <p><label for="age">Your age:</label> <input id="age" title="We ask for your age only for statistical purposes."></p> diff --git a/demos/tooltip/default.html b/demos/tooltip/default.html index 93a5536cc..bd846a85a 100644 --- a/demos/tooltip/default.html +++ b/demos/tooltip/default.html @@ -22,7 +22,7 @@ <p><a href="#" title="That's what this widget is">Tooltips</a> 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.</p> <p>But as it's not a native tooltip, it can be styled. Any themes built with -<a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a> +<a href="https://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a> will also style tooltips accordingly.</p> <p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p> <p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p> diff --git a/demos/tooltip/tracking.html b/demos/tooltip/tracking.html index 390f43b8c..635c53034 100644 --- a/demos/tooltip/tracking.html +++ b/demos/tooltip/tracking.html @@ -24,7 +24,7 @@ <p><a href="#" title="That's what this widget is">Tooltips</a> 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.</p> <p>But as it's not a native tooltip, it can be styled. Any themes built with -<a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a> +<a href="https://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a> will also style tooltips accordingly.</p> <p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p> <p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p> |