Commit 2a5fde27 authored by Yohn's avatar Yohn

Update docs/javascript.html

parent 9835549f
......@@ -851,11 +851,10 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</tr>
<tr>
<td>container</td>
<td>string</td>
<td>''</td>
<td>string | false</td>
<td>false</td>
<td>
<p>Usefull if your tooltip is within a btn-group or modal</p>
<p>Appends the tooltip to a specific element <code>container: '#Modal'</code></p>
<p>Appends the tooltip to a specific element <code>container: 'body'</code></p>
</td>
</tr>
</tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment