From e285e43d2bcd0c5744b0300b703641cb10b28137 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Thu, 25 Mar 2010 14:46:42 -0400 Subject: Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) support for event delegation --- tests/visual/tooltip/tooltip.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/visual/tooltip') diff --git a/tests/visual/tooltip/tooltip.html b/tests/visual/tooltip/tooltip.html index 5b0f9059a..cac2fbbd1 100644 --- a/tests/visual/tooltip/tooltip.html +++ b/tests/visual/tooltip/tooltip.html @@ -20,10 +20,10 @@ function enable() { // default - $("#context1, form input, #childish").tooltip(); + $("#context1 a, form input, #childish").tooltip(); // custom class, replaces ui-widget-content - $("#context2").tooltip({ + $("#context2 [title]").tooltip({ tooltipClass: "ui-widget-header" }); $("#right1").tooltip({ -- cgit v1.2.3