diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js index a08952a4cfdc03a5907f2a4b5b7f77ddccb13581..985e2401fe23e9dffbfd37ed2fc5565773af2c72 100644 --- a/js/bootstrap-tooltip.js +++ b/js/bootstrap-tooltip.js @@ -121,7 +121,7 @@ $tip .detach() .css({ top: 0, left: 0, display: 'block' }) - .insertAfter(this.$element) + .appendTo($('body')) pos = this.getPosition(inside) @@ -284,4 +284,4 @@ return this } -}(window.jQuery); \ No newline at end of file +}(window.jQuery);