Skip to content

Commit

Permalink
Combobox demo: Set tooltip class via option
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed May 10, 2011
1 parent 796e35a commit fe0d252
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions demos/autocomplete/combobox.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,9 @@
.tooltip({
position: {
of: this.button
}
})
.tooltip( "widget" )
.addClass( "ui-state-highlight" );
},
tooltipClass: "ui-state-highlight"
});
},

destroy: function() {
Expand Down

0 comments on commit fe0d252

Please sign in to comment.