From fe0d252c0783ed44d8af390c01bfbce83e086986 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Tue, 10 May 2011 17:27:55 +0200 Subject: Combobox demo: Set tooltip class via option --- demos/autocomplete/combobox.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'demos/autocomplete/combobox.html') diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index 00a60a85b..f280b8f3c 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -129,10 +129,9 @@ .tooltip({ position: { of: this.button - } - }) - .tooltip( "widget" ) - .addClass( "ui-state-highlight" ); + }, + tooltipClass: "ui-state-highlight" + }); }, destroy: function() { -- cgit v1.2.3