Implement bodyElement in Tooltips and Popover
Created by: Johann-S
Tether added bodyElement
option in 1.4.0 (see https://github.com/HubSpot/tether/pull/204) and it would be better to use bodyElement
instead of trying to do the same thing with container
option
in Tooltip (https://github.com/twbs/bootstrap/blob/v4-dev/js/src/tooltip.js#L284-L288) which doesn't work because Tether previous version only add element to the <body>
It would be usefull for #22249 (closed)