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/tracking.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/tooltip/tracking.html') diff --git a/demos/tooltip/tracking.html b/demos/tooltip/tracking.html index 390f43b8c..635c53034 100644 --- a/demos/tooltip/tracking.html +++ b/demos/tooltip/tracking.html @@ -24,7 +24,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