0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Update docs/javascript.html

This commit is contained in:
Yohn 2012-12-24 19:01:56 -05:00
parent 9835549faf
commit 2a5fde272c

View File

@ -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>