Merge pull request #6378 from Yohn/patch-7
fixes tooltip insert problems
This commit is contained in:
commit
b9c7f29134
4 changed files with 29 additions and 1 deletions
|
|
@ -849,6 +849,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…
Add table
Add a link
Reference in a new issue