aboutsummaryrefslogtreecommitdiff
path: root/js/tooltip.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-04-21 21:40:14 -0700
committerChris Rebert <[email protected]>2015-04-21 21:40:14 -0700
commitc6b62f0cd99f66e716bffaf306fe3ddbe5decfc0 (patch)
treebda8485ce567c60e10e21c1810a1f166a0f51f9b /js/tooltip.js
parent7993251b1c3c160e0a7553175cedf35f103fa928 (diff)
parent3d71eae3011b10daa558baf494b019925fee5f60 (diff)
downloadbootstrap-c6b62f0cd99f66e716bffaf306fe3ddbe5decfc0.tar.xz
bootstrap-c6b62f0cd99f66e716bffaf306fe3ddbe5decfc0.zip
Merge pull request #16147 from Johann-S/event_inserted
Fixes #16124.
Diffstat (limited to 'js/tooltip.js')
-rw-r--r--js/tooltip.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 789d04f7a..bbff2cdec 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