aboutsummaryrefslogtreecommitdiff
path: root/docs/components/tooltips.md
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-04-07 14:23:26 +0200
committerGitHub <[email protected]>2017-04-07 14:23:26 +0200
commit31a21044e021a591d0e9d6eba9ee17d2000e17ac (patch)
treed10d9c690aad2876381e5c3a85cc51e61c53d499 /docs/components/tooltips.md
parent094b3a129349a41b1319b0870fb3daa9459b7284 (diff)
downloadbootstrap-31a21044e021a591d0e9d6eba9ee17d2000e17ac.tar.xz
bootstrap-31a21044e021a591d0e9d6eba9ee17d2000e17ac.zip
Documentation - Add inserted event for Tooltip and Popover
Diffstat (limited to 'docs/components/tooltips.md')
-rw-r--r--docs/components/tooltips.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index a8b251c09..7c7f9af8b 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -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>