mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
22 lines
370 B
JavaScript
22 lines
370 B
JavaScript
TestHelpers.commonWidgetTests( "tooltip", {
|
|
defaults: {
|
|
content: function() {},
|
|
disabled: false,
|
|
hide: true,
|
|
items: "[title]:not([disabled])",
|
|
position: {
|
|
my: "left+15 center",
|
|
at: "right center",
|
|
collision: "flipfit flipfit"
|
|
},
|
|
show: true,
|
|
tooltipClass: null,
|
|
track: false,
|
|
|
|
// callbacks
|
|
close: null,
|
|
create: null,
|
|
open: null
|
|
}
|
|
});
|