From 28895912d7eed6862a062be7b8c51fad021e51cf Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Thu, 25 Apr 2024 23:53:11 +0200 Subject: Update custom_render.html (#2242) This fixes mixed content errors on the selectmenu demo page at jqueryui.com. Closes gh-2242 --- demos/tooltip/custom-style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/tooltip/custom-style.html') 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 @@

Tooltips 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.

But as it's not a native tooltip, it can be styled. Any themes built with -ThemeRoller +ThemeRoller will also style tooltips accordingly.

Tooltips are also useful for form elements, to show some additional information in the context of each field.

-- cgit v1.2.3