From 3d71eae3011b10daa558baf494b019925fee5f60 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 24 Mar 2015 20:47:35 +0100 Subject: Add event after template inserted --- docs/_includes/js/popovers.html | 4 ++++ docs/_includes/js/tooltips.html | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 5f3939987..dadddafc3 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -293,6 +293,10 @@ sagittis lacus vel augue laoreet rutrum faucibus."> 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 popover template has been added to the DOM. + diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index d606929ba..a8914b180 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -260,6 +260,10 @@ $('#example').tooltip(options) 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. + -- cgit v1.2.3