mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-11 03:02:27 +02:00
Update docs/templates/pages/javascript.mustache
This commit is contained in:
parent
b6960d8cf9
commit
68ff08cc91
9
docs/templates/pages/javascript.mustache
vendored
9
docs/templates/pages/javascript.mustache
vendored
@ -779,6 +779,15 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||||||
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
|
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{{_i}}container{{/i}}</td>
|
||||||
|
<td>{{_i}}string{{/i}}</td>
|
||||||
|
<td>''</td>
|
||||||
|
<td>
|
||||||
|
<p>{{_i}}Usefull if your tooltip is within a btn-group or modal{{/i}}</p>
|
||||||
|
<p>{{_i}}Appends the tooltip to a specific element <code>container: '#Modal'</code>{{/i}}</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user