aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete
diff options
context:
space:
mode:
authormark van tilburg <markvantilburg@gmail.com>2024-04-25 23:53:11 +0200
committerGitHub <noreply@github.com>2024-04-25 23:53:11 +0200
commit28895912d7eed6862a062be7b8c51fad021e51cf (patch)
treedd1ab51d3d506e6edb08229e93e84e797987e2f2 /demos/autocomplete
parent9fcae942a6445988fcf7256a44f0f6fa1ad999fa (diff)
downloadjquery-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/autocomplete')
-rw-r--r--demos/autocomplete/combobox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html
index 32c69b97a..9fc997c11 100644
--- a/demos/autocomplete/combobox.html
+++ b/demos/autocomplete/combobox.html
@@ -196,7 +196,7 @@
<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>