diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 5f26e4bbd36a..cc1b0fe2e875 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -353,6 +353,10 @@ Toggles the ability for an element's popover to be shown or hidden. hidden.bs.popover This event is fired when the popover has finished being hidden from the user (will wait for CSS transitions to complete). + + inserted.bs.popover + This event is fired after the show.bs.popover event when the tooltip template has been added to the DOM. + diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index a8b251c09a2a..7c7f9af8b018 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. hidden.bs.tooltip This event is fired when the tooltip has finished being hidden from the user (will wait for CSS transitions to complete). + + inserted.bs.tooltip + This event is fired after the show.bs.tooltip event when the tooltip template has been added to the DOM. +