0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Documentation - Add inserted event for Tooltip and Popover

This commit is contained in:
Johann-S 2017-04-07 14:23:26 +02:00 committed by GitHub
parent 094b3a1293
commit 31a21044e0
2 changed files with 8 additions and 0 deletions

View File

@ -353,6 +353,10 @@ Toggles the ability for an element's popover to be shown or hidden.
<td>hidden.bs.popover</td>
<td>This event is fired when the popover has finished being hidden from the user (will wait for CSS transitions to complete).</td>
</tr>
<tr>
<td>inserted.bs.popover</td>
<td>This event is fired after the <code>show.bs.popover</code> event when the tooltip template has been added to the DOM.</td>
</tr>
</tbody>
</table>

View File

@ -329,6 +329,10 @@ Toggles the ability for an element's tooltip to be shown or hidden.
<td>hidden.bs.tooltip</td>
<td>This event is fired when the tooltip has finished being hidden from the user (will wait for CSS transitions to complete).</td>
</tr>
<tr>
<td>inserted.bs.tooltip</td>
<td>This event is fired after the <code>show.bs.tooltip</code> event when the tooltip template has been added to the DOM.</td>
</tr>
</tbody>
</table>