Skip to content

Commit 16e8806

Browse files
committed
Selectable: Document appendTo option. Fixes jquery#61
1 parent eaeed45 commit 16e8806

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entries/selectable.xml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<note id="functional-css"/>
99
<added>1.0</added>
1010
<options>
11+
<option name="appendTo" type="Selector" default='"body"' example-value='"#someElem"'>
12+
<desc>Which element the selection helper (the lasso) should be appended to.</desc>
13+
</option>
1114
<option name="autoRefresh" type="Boolean" default="true" example-value='false'>
1215
<desc>This determines whether to refresh (recalculate) the position and size of each selectee at the beginning of each select operation. If you have many items, you may want to set this to false and call the <a href="#method-refresh"><code>refresh()</code></a> method manually.</desc>
1316
</option>

0 commit comments

Comments
 (0)