Skip to content

Commit 2ce9492

Browse files
Update default.html
update link to https
1 parent b4348d3 commit 2ce9492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/tooltip/default.html

Lines changed: 1 addition & 1 deletion
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>

0 commit comments

Comments
 (0)