EitanBlumin/CRUDE-ASP

Implement bootstrap tooltips on dynamic objects

EitanBlumin opened this issue · 0 comments

Based on a similar stack overflow issue, something like this should probably help:

$('body').tooltip({
    selector: '[rel=tooltip]'
});