Commit 31a21044 authored by Johann-S's avatar Johann-S Committed by GitHub
Browse files

Documentation - Add inserted event for Tooltip and Popover

parent 094b3a12
Showing with 8 additions and 0 deletions
+8 -0
......@@ -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>
......
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment