Skip to content

Commit 2889591

Browse files
Update custom_render.html (#2242)
This fixes mixed content errors on the selectmenu demo page at jqueryui.com. Closes gh-2242
1 parent 9fcae94 commit 2889591

13 files changed

+23
-23
lines changed

demos/autocomplete/combobox.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<div class="demo-description">
197197
<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>
198198
<p>The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option.</p>
199-
<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>
199+
<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>
200200
</div>
201201
</body>
202202
</html>

demos/controlgroup/toolbar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<div class="demo-description">
272272
<p>A sample editor toolbar</p>
273273
<p>Highlight text and edit it using the buttons and dropdowns in the toolbar.</p>
274-
<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.
274+
<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.
275275
</div>
276276
</body>
277277
</html>

demos/dialog/modal-confirmation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<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>
3131
</div>
3232

33-
<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>
33+
<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>
3434

3535
<div class="demo-description">
3636
<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>

demos/dialog/modal-message.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</p>
3131
</div>
3232

33-
<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>
33+
<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>
3434

3535
<div class="demo-description">
3636
<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>

demos/draggable/sortable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</ul>
3939

4040
<div class="demo-description">
41-
<p>Draggables are built to interact seamlessly with <a href="http://jqueryui.com/sortable">sortables</a>.</p>
41+
<p>Draggables are built to interact seamlessly with <a href="https://jqueryui.com/sortable">sortables</a>.</p>
4242
</div>
4343
</body>
4444
</html>

demos/selectmenu/custom_render.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ <h2>Selectmenu with custom avatar 16x16 images as CSS background</h2>
113113
<fieldset>
114114
<label for="people">Select a Person:</label>
115115
<select name="people" id="people">
116-
<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>
117-
<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>
118-
<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>
116+
<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>
117+
<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>
118+
<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>
119119
</select>
120120
</fieldset>
121121
</form>

demos/spinner/latlong.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>jQuery UI Spinner - Map</title>
77
<link rel="stylesheet" href="../../themes/base/all.css">
88
<link rel="stylesheet" href="../demos.css">
9-
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
9+
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
1010
<script src="../../external/requirejs/require.js"></script>
1111
<script src="../bootstrap.js" data-modules="external/jquery-mousewheel/jquery.mousewheel">
1212
function latlong() {

demos/tooltip/custom-animation.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<body>
3636

3737
<p>There are various ways to customize the animation of a tooltip.</p>
38-
<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
39-
<a id="hide-option" href="http://jqueryui.com/demos/tooltip/#option-hide" title="explode on hide">hide</a> options.</p>
40-
<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>
38+
<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
39+
<a id="hide-option" href="https://jqueryui.com/demos/tooltip/#option-hide" title="explode on hide">hide</a> options.</p>
40+
<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>
4141

4242
<div class="demo-description">
4343
<p>This demo shows how to customize animations using the show and hide options,

demos/tooltip/custom-content.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
if ( element.is( "[data-geo]" ) ) {
3232
var text = element.text();
3333
return "<img class='map' alt='" + text +
34-
"' src='http://maps.google.com/maps/api/staticmap?" +
34+
"' src='https://maps.google.com/maps/api/staticmap?" +
3535
"zoom=11&size=350x350&maptype=terrain&sensor=false&center=" +
3636
text + "'>";
3737
}
@@ -50,25 +50,25 @@
5050
<div class="ui-widget photo">
5151
<div class="ui-widget-header ui-corner-all">
5252
<h2>St. Stephen's Cathedral</h2>
53-
<h3><a href="http://maps.google.com/maps?q=vienna,+austria&amp;z=11" data-geo>Vienna, Austria</a></h3>
53+
<h3><a href="https://maps.google.com/maps?q=vienna,+austria&amp;z=11" data-geo>Vienna, Austria</a></h3>
5454
</div>
55-
<a href="http://en.wikipedia.org/wiki/File:Wien_Stefansdom_DSC02656.JPG">
55+
<a href="https://en.wikipedia.org/wiki/File:Wien_Stefansdom_DSC02656.JPG">
5656
<img src="images/st-stephens.jpg" alt="St. Stephen's Cathedral" class="ui-corner-all">
5757
</a>
5858
</div>
5959

6060
<div class="ui-widget photo">
6161
<div class="ui-widget-header ui-corner-all">
6262
<h2>Tower Bridge</h2>
63-
<h3><a href="http://maps.google.com/maps?q=london,+england&amp;z=11" data-geo>London, England</a></h3>
63+
<h3><a href="https://maps.google.com/maps?q=london,+england&amp;z=11" data-geo>London, England</a></h3>
6464
</div>
65-
<a href="http://en.wikipedia.org/wiki/File:Tower_bridge_London_Twilight_-_November_2006.jpg">
65+
<a href="https://en.wikipedia.org/wiki/File:Tower_bridge_London_Twilight_-_November_2006.jpg">
6666
<img src="images/tower-bridge.jpg" alt="Tower Bridge" class="ui-corner-all">
6767
</a>
6868
</div>
6969

70-
<p>All images are part of <a href="http://commons.wikimedia.org/wiki/Main_Page">Wikimedia Commons</a>
71-
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>
70+
<p>All images are part of <a href="https://commons.wikimedia.org/wiki/Main_Page">Wikimedia Commons</a>
71+
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>
7272

7373
<div class="demo-description">
7474
<p>Shows how to combine different event delegated tooltips into a single instance, by customizing the items and content options.</p>

demos/tooltip/custom-style.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover
7676
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p>
7777
<p>But as it's not a native tooltip, it can be styled. Any themes built with
78-
<a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
78+
<a href="https://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
7979
will also style tooltips accordingly.</p>
8080
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
8181
<p><label for="age">Your age:</label> <input id="age" title="We ask for your age only for statistical purposes."></p>

demos/tooltip/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover
2323
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p>
2424
<p>But as it's not a native tooltip, it can be styled. Any themes built with
25-
<a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
25+
<a href="https://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
2626
will also style tooltips accordingly.</p>
2727
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
2828
<p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p>

demos/tooltip/tracking.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover
2525
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p>
2626
<p>But as it's not a native tooltip, it can be styled. Any themes built with
27-
<a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
27+
<a href="https://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
2828
will also style tooltips accordingly.</p>
2929
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
3030
<p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p>

demos/widget/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<div class="demo-description">
167167
<p>This demo shows a simple custom widget built using the widget factory (jquery.ui.widget.js).</p>
168168
<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>
169-
<p>To learn more about the widget factory, <a href="http://learn.jquery.com/jquery-ui/widget-factory/">visit learn.jquery.com</a>.</p>
169+
<p>To learn more about the widget factory, <a href="https://learn.jquery.com/jquery-ui/widget-factory/">visit learn.jquery.com</a>.</p>
170170
</div>
171171
</body>
172172
</html>

0 commit comments

Comments
 (0)