add relatedTarget to carousel slide event
This commit is contained in:
parent
037107480d
commit
806a82ef83
6 changed files with 26 additions and 6 deletions
|
|
@ -884,7 +884,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
<td>html</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>Insert html into the tooltip. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.</td>
|
||||
<td>Insert html into the popover. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>placement</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue