]> source.dussan.org Git - jquery-ui.git/commitdiff
Update custom_render.html (#2242)
authormark van tilburg <markvantilburg@gmail.com>
Thu, 25 Apr 2024 21:53:11 +0000 (23:53 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 21:53:11 +0000 (23:53 +0200)
This fixes mixed content errors on the selectmenu demo page at jqueryui.com.

Closes gh-2242

13 files changed:
demos/autocomplete/combobox.html
demos/controlgroup/toolbar.html
demos/dialog/modal-confirmation.html
demos/dialog/modal-message.html
demos/draggable/sortable.html
demos/selectmenu/custom_render.html
demos/spinner/latlong.html
demos/tooltip/custom-animation.html
demos/tooltip/custom-content.html
demos/tooltip/custom-style.html
demos/tooltip/default.html
demos/tooltip/tracking.html
demos/widget/default.html

index 32c69b97a0b8a094f1d3f5b635655a0998d39ab8..9fc997c11bf10ba912835c9450bd7ebe37950131 100644 (file)
 <div class="demo-description">
 <p>A custom widget built by composition of Autocomplete and Button. You can either type something into the field to get filtered suggestions based on your input, or use the button to get the full list of selections.</p>
 <p>The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option.</p>
-<p>This is not a supported or even complete widget. Its purely for demoing what autocomplete can do with a bit of customization. <a href="http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood">For a detailed explanation of how the widget works, check out this Learning jQuery article.</a></p>
+<p>This is not a supported or even complete widget. Its purely for demoing what autocomplete can do with a bit of customization. <a href="https://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood">For a detailed explanation of how the widget works, check out this Learning jQuery article.</a></p>
 </div>
 </body>
 </html>
index 81f5ffb6dca7627e7adc99a7b956e9e0e8ff3d7c..81093cbbed3b5847411d7dd4ce66cf495dbae947 100644 (file)
 <div class="demo-description">
        <p>A sample editor toolbar</p>
        <p>Highlight text and edit it using the buttons and dropdowns in the toolbar.</p>
-       <p class="warning">Remember: This is only a demo and shouldn't be used for anything in production. Use a proper editor like <a href="http://prosemirror.net/">ProseMirror</a> instead.
+       <p class="warning">Remember: This is only a demo and shouldn't be used for anything in production. Use a proper editor like <a href="https://prosemirror.net/">ProseMirror</a> instead.
 </div>
 </body>
 </html>
index cd87ef2227e476d6ded71226313a992e43eabaa7..fad6bc396a2de62bf5ea0eb782c70161266fa720 100644 (file)
@@ -30,7 +30,7 @@
        <p><span class="ui-icon ui-icon-alert" style="float:left; margin:12px 12px 20px 0;"></span>These items will be permanently deleted and cannot be recovered. Are you sure?</p>
 </div>
 
-<p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
+<p>Sed vel diam id libero <a href="https://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
 
 <div class="demo-description">
 <p>Confirm an action that may be destructive or important.  Set the <code>modal</code> option to true, and specify primary and secondary user actions with the <code>buttons</code> option.</p>
index a26f3a2b5c05f6fe5544cd7608f71b011375936e..9015bb140ddfdbd3f13ef2940719141a39471dd5 100644 (file)
@@ -30,7 +30,7 @@
        </p>
 </div>
 
-<p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
+<p>Sed vel diam id libero <a href="https://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
 
 <div class="demo-description">
 <p>Use a modal dialog to explicitly acknowledge information or an action before continuing their work.  Set the <code>modal</code> option to true, and specify a primary action (Ok) with the <code>buttons</code> option.</p>
index ad231642fc1c72d8bb713f32587274c5ae8f6843..96c2c4f9b40800d55ac5955642aa96db836ae539 100644 (file)
@@ -38,7 +38,7 @@
 </ul>
 
 <div class="demo-description">
-<p>Draggables are built to interact seamlessly with <a href="http://jqueryui.com/sortable">sortables</a>.</p>
+<p>Draggables are built to interact seamlessly with <a href="https://jqueryui.com/sortable">sortables</a>.</p>
 </div>
 </body>
 </html>
index 6ca68cac89a2c66add456e2dc9cfc640ff32a4da..2afc727df838a1ad2c7221e8a9451fbcfae74310 100644 (file)
        <fieldset>
                <label for="people">Select a Person:</label>
                <select name="people" id="people">
-                       <option value="1" data-class="avatar" data-style="background-image: url('http://www.gravatar.com/avatar/b3e04a46e85ad3e165d66f5d927eb609?d=monsterid&amp;r=g&amp;s=16');">John Resig</option>
-                       <option value="2" data-class="avatar" data-style="background-image: url('http://www.gravatar.com/avatar/e42b1e5c7cfd2be0933e696e292a4d5f?d=monsterid&amp;r=g&amp;s=16');">Tauren Mills</option>
-                       <option value="3" data-class="avatar" data-style="background-image: url('http://www.gravatar.com/avatar/bdeaec11dd663f26fa58ced0eb7facc8?d=monsterid&amp;r=g&amp;s=16');">Jane Doe</option>
+                       <option value="1" data-class="avatar" data-style="background-image: url('https://www.gravatar.com/avatar/b3e04a46e85ad3e165d66f5d927eb609?d=monsterid&amp;r=g&amp;s=16');">John Resig</option>
+                       <option value="2" data-class="avatar" data-style="background-image: url('https://www.gravatar.com/avatar/e42b1e5c7cfd2be0933e696e292a4d5f?d=monsterid&amp;r=g&amp;s=16');">Tauren Mills</option>
+                       <option value="3" data-class="avatar" data-style="background-image: url('https://www.gravatar.com/avatar/bdeaec11dd663f26fa58ced0eb7facc8?d=monsterid&amp;r=g&amp;s=16');">Jane Doe</option>
                </select>
        </fieldset>
 </form>
index 29fd28adaa80c72b2ac86aeb101ee683bef03859..0ee747eee54b58b78a72a070c800483a935b9ca3 100644 (file)
@@ -6,7 +6,7 @@
        <title>jQuery UI Spinner - Map</title>
        <link rel="stylesheet" href="../../themes/base/all.css">
        <link rel="stylesheet" href="../demos.css">
-       <script src="http://maps.google.com/maps/api/js?sensor=false"></script>
+       <script src="https://maps.google.com/maps/api/js?sensor=false"></script>
        <script src="../../external/requirejs/require.js"></script>
        <script src="../bootstrap.js" data-modules="external/jquery-mousewheel/jquery.mousewheel">
                function latlong() {
index d4419e6c356ddbcbcbd315abf8da7e4306ebf98c..df31be87f43fd29771b88df7c24267c12c1b4bce 100644 (file)
@@ -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,
index 003bf110dea5a96e2fe3e02c63e2e1d8c48bda81..8a40aae1f34042a304ca3af13d5704de07548454 100644 (file)
@@ -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&center=" +
                                                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&amp;z=11" data-geo>Vienna, Austria</a></h3>
+               <h3><a href="https://maps.google.com/maps?q=vienna,+austria&amp;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>
 <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&amp;z=11" data-geo>London, England</a></h3>
+               <h3><a href="https://maps.google.com/maps?q=london,+england&amp;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>
index 8f1bd51e219616b2006498f0053971f68a45c832..5cbd4bbd35277ac79a1391e5c28aa435803aae83 100644 (file)
@@ -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>
index 93a5536ccb5b51c8ee1a8e2fd2aff57daa136847..bd846a85a605c4b4121472d358ae6f1889ea293a 100644 (file)
@@ -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>
index 390f43b8cf15ca3585b958434d82accde09f722a..635c5303437f904a01a0bd5b62c919c9fa873561 100644 (file)
@@ -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>
index 0f62bb9684677b6e4acc28eac4bd2d38658d723d..bf380929fd43c7b2ca777f1f774ddd4dd8a5170f 100644 (file)
 <div class="demo-description">
 <p>This demo shows a simple custom widget built using the widget factory (jquery.ui.widget.js).</p>
 <p>The three boxes are initialized in different ways. Clicking them changes their background color. View source to see how it works, its heavily commented</p>
-<p>To learn more about the widget factory, <a href="http://learn.jquery.com/jquery-ui/widget-factory/">visit learn.jquery.com</a>.</p>
+<p>To learn more about the widget factory, <a href="https://learn.jquery.com/jquery-ui/widget-factory/">visit learn.jquery.com</a>.</p>
 </div>
 </body>
 </html>