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-content.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'demos/tooltip/custom-content.html') diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html index 003bf110d..8a40aae1f 100644 --- a/demos/tooltip/custom-content.html +++ b/demos/tooltip/custom-content.html @@ -31,7 +31,7 @@ if ( element.is( "[data-geo]" ) ) { var text = element.text(); return "" + text +
-						""; } @@ -50,9 +50,9 @@

St. Stephen's Cathedral

-

Vienna, Austria

+

Vienna, Austria

- + St. Stephen's Cathedral
@@ -60,15 +60,15 @@

Tower Bridge

-

London, England

+

London, England

- + Tower Bridge
-

All images are part of Wikimedia Commons -and are licensed under CC BY-SA 3.0 by the copyright holder.

+

All images are part of Wikimedia Commons +and are licensed under CC BY-SA 3.0 by the copyright holder.

Shows how to combine different event delegated tooltips into a single instance, by customizing the items and content options.

-- cgit v1.2.3