Implement bootstrap tooltips on dynamic objects
EitanBlumin opened this issue · 0 comments
EitanBlumin commented
Based on a similar stack overflow issue, something like this should probably help:
$('body').tooltip({
selector: '[rel=tooltip]'
});