Skip to content

Commit 7586dfb

Browse files
committed
Tooltip: Improved description of position option. Fixes jquery#94.
1 parent 199d111 commit 7586dfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

entries/tooltip.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@
5353
</option>
5454
<option name="position" default='{ my: "left top+15", at: "left bottom", collision: "flipfit" }' example-value='{ my: "left+15 center", at: "right center" }'>
5555
<desc>
56-
<p>Configuration for the Position utility. The <code>of</code> property defaults to the target element, but can also be overriden.</p>
57-
58-
<p><em>Note: In 1.9.0, the default value was <code>{ my: "left+15 center", at: "right center", collision: "flipfit" }</code>, but this was changed to more closely match native tooltip positioning.</em></p>
56+
<p>Identifies the position of the tooltip in relation to the associated target element. The <code>of</code> option defaults to the target element, but you can specify another element to position against. You can refer to the <a href="/position">jQuery UI Position</a> utility for more details about the various options.</p>
5957
</desc>
6058
<type name="Object" />
6159
</option>

0 commit comments

Comments
 (0)