Skip to content

Commit fdd1dae

Browse files
committed
added container options to docs for popover
1 parent 4b34f49 commit fdd1dae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/javascript.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,14 @@ <h3>Options</h3>
10231023
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
10241024
</td>
10251025
</tr>
1026+
<tr>
1027+
<td>container</td>
1028+
<td>string | false</td>
1029+
<td>false</td>
1030+
<td>
1031+
<p>Appends the tooltip to a specific element <code>container: 'body'</code></p>
1032+
</td>
1033+
</tr>
10261034
</tbody>
10271035
</table>
10281036
<div class="alert alert-info">

0 commit comments

Comments
 (0)