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/tooltips.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes/js/tooltips.html') 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