mirror of
https://github.com/wahyd4/bootstrap.git
synced 2026-08-11 13:56:28 +10:00
change prepend to append
This commit is contained in:
Vendored
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user