mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
17 lines
262 B
JavaScript
17 lines
262 B
JavaScript
commonWidgetTests( "tooltip", {
|
|
defaults: {
|
|
content: function() {},
|
|
disabled: false,
|
|
items: "[title]",
|
|
position: {
|
|
my: "left+15 center",
|
|
at: "right center",
|
|
collision: "flip fit"
|
|
},
|
|
tooltipClass: null,
|
|
|
|
// callbacks
|
|
create: null
|
|
}
|
|
});
|