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 4b34f49 commit fdd1daeCopy full SHA for fdd1dae
docs/javascript.html
@@ -1023,6 +1023,14 @@ <h3>Options</h3>
1023
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
1024
</td>
1025
</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>
1034
</tbody>
1035
</table>
1036
<div class="alert alert-info">
0 commit comments