Skip to content

Commit fe0d252

Browse files
committed
Combobox demo: Set tooltip class via option
1 parent 796e35a commit fe0d252

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

demos/autocomplete/combobox.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,9 @@
129129
.tooltip({
130130
position: {
131131
of: this.button
132-
}
133-
})
134-
.tooltip( "widget" )
135-
.addClass( "ui-state-highlight" );
132+
},
133+
tooltipClass: "ui-state-highlight"
134+
});
136135
},
137136

138137
destroy: function() {

0 commit comments

Comments
 (0)