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 --- js/tooltip.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/tooltip.js') diff --git a/js/tooltip.js b/js/tooltip.js index 27367880f..6978e396b 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -185,6 +185,7 @@ .data('bs.' + this.type, this) this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element) + this.$element.trigger('inserted.bs.' + this.type) var pos = this.getPosition() var actualWidth = $tip[0].offsetWidth -- cgit v1.2.3