diff --git a/js/tooltip.js b/js/tooltip.js index 311fceae73cd..4bb6f123f7db 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -487,6 +487,7 @@ this.hide(function () { that.$element.off('.' + that.type).removeData('bs.' + that.type) if (that.$tip) { + that.$tip.off('bsTransitionEnd'); // PR-7943 that.$tip.detach() } that.$tip = null