0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Update docs/javascript.html

This commit is contained in:
Yohn 2012-12-23 04:25:27 -05:00
parent 68ff08cc91
commit f152dead92

View File

@ -849,6 +849,15 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
</td>
</tr>
<tr>
<td>container</td>
<td>string</td>
<td>''</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>
</td>
</tr>
</tbody>
</table>
<div class="alert alert-info">