bootstrap use another element as the tooltip content code example
Example: bootstrap tooltip on dynamic element
$("body").tooltip({
selector: '[data-toggle="tooltip"]'
});
$("body").tooltip({
selector: '[data-toggle="tooltip"]'
});