mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
b2b7d9a8b0
enough for testswarm results to be useful.
16 lines
261 B
JavaScript
16 lines
261 B
JavaScript
commonWidgetTests( "tooltip", {
|
|
defaults: {
|
|
disabled: false,
|
|
items: "[title]",
|
|
content: $.ui.tooltip.prototype.options.content,
|
|
position: {
|
|
my: "left+15 center",
|
|
at: "right center"
|
|
},
|
|
tooltipClass: null,
|
|
|
|
// callbacks
|
|
create: null
|
|
}
|
|
});
|