2d6ea91eccd98fb2743d3049ec9acdeed1ff9999
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / tooltip / tooltip_common.js
1 TestHelpers.commonWidgetTests( "tooltip", {
2         defaults: {
3                 content: function() {},
4                 disabled: false,
5                 hide: true,
6                 items: "[title]:not([disabled])",
7                 position: {
8                         my: "left top+15",
9                         at: "left bottom",
10                         collision: "flipfit flip"
11                 },
12                 show: true,
13                 tooltipClass: null,
14                 track: false,
15
16                 // callbacks
17                 close: null,
18                 create: null,
19                 open: null
20         }
21 });