1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Merge pull request #16147 from Johann-S/event_inserted

Fixes #16124.
This commit is contained in:
Chris Rebert
2015-04-21 21:40:14 -07:00
5 changed files with 40 additions and 0 deletions

View File

@@ -185,6 +185,7 @@
.data('bs.' + this.type, this)
this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
this.$element.trigger('inserted.bs.' + this.type)
var pos = this.getPosition()
var actualWidth = $tip[0].offsetWidth