0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

change prepend to append

This commit is contained in:
Jacob Thornton 2012-01-08 15:01:23 -08:00
parent 6e8a3bba32
commit 91d393fd47

View File

@ -123,7 +123,7 @@
$tip
.remove()
.css({ top: 0, left: 0, display: 'block' })
.prependTo(inside ? this.$element : document.body)
.appendTo(inside ? this.$element : document.body)
pos = this.getPosition(inside)