We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9bad8 commit 079fc6cCopy full SHA for 079fc6c
tests/visual/tooltip/tooltip.html
@@ -22,10 +22,14 @@
22
23
// custom class, replaces ui-widget-content
24
$( "#context2" ).tooltip({
25
- tooltipClass: "ui-widget-header"
+ classes: {
26
+ "ui-tooltip": "ui-widget-header"
27
+ }
28
});
29
$( "#right1" ).tooltip({
- tooltipClass: "ui-state-error"
30
31
+ "ui-tooltip": "ui-state-error"
32
33
34
35
// synchronous content
@@ -63,7 +67,8 @@
63
67
64
68
// custom position
65
69
$( "#right2" ).tooltip({
66
- tooltipClass: "ui-state-highlight",
70
71
+ "ui-tooltip" : "ui-corner-all ui-state-highlight",
72
position: {
73
my: "center top",
74
at: "center bottom+10"
0 commit comments