diff --git a/js/tooltip.js b/js/tooltip.js index 27367880f7..789d04f7ab 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -440,6 +440,12 @@ clearTimeout(this.timeout) this.hide(function () { that.$element.off('.' + that.type).removeData('bs.' + that.type) + if (that.$tip) { + that.$tip.detach() + } + that.$tip = null + that.$arrow = null + that.$viewport = null }) }