mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tooltip: Use bgiframe if available
This commit is contained in:
parent
133fba2ad9
commit
0fc41bcc4d
3
ui/jquery.ui.tooltip.js
vendored
3
ui/jquery.ui.tooltip.js
vendored
@ -164,6 +164,9 @@ $.widget( "ui.tooltip", {
|
|||||||
.addClass( "ui-tooltip-content" )
|
.addClass( "ui-tooltip-content" )
|
||||||
.appendTo( tooltip );
|
.appendTo( tooltip );
|
||||||
tooltip.appendTo( document.body );
|
tooltip.appendTo( document.body );
|
||||||
|
if ( $.fn.bgiframe ) {
|
||||||
|
tooltip.bgiframe();
|
||||||
|
}
|
||||||
this.tooltips[ id ] = true;
|
this.tooltips[ id ] = true;
|
||||||
return tooltip;
|
return tooltip;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user