Permalink
Browse files
Autocomplete: Use bgiframe on the menu if it's available.
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
ui/jquery.ui.autocomplete.js
|
|
@@ -247,6 +247,9 @@ $.widget("ui.autocomplete", { |
|
|
if (ul.width() <= this.element.width()) { |
|
|
ul.width(this.element.width()); |
|
|
} |
|
|
if ($.fn.bgiframe) { |
|
|
ul.bgiframe(); |
|
|
} |
|
|
}, |
|
|
|
|
|
_move: function(direction, event) { |
|
|
|