mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
added container options to docs for popover
This commit is contained in:
parent
4b34f4947a
commit
fdd1daeae1
1 changed files with 8 additions and 0 deletions
|
|
@ -1023,6 +1023,14 @@ $('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 | false</td>
|
||||
<td>false</td>
|
||||
<td>
|
||||
<p>Appends the tooltip to a specific element <code>container: 'body'</code></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="alert alert-info">
|
||||
|
|
|
|||
Loading…
Reference in a new issue