HI there,
first i apology my english not too well, hope you may understand what i mean ,Thanks
Im try to using the Bootstrap one of the function is popover similar like tooltips, but i facing the problem
For example :
<div id="all">
<div id="a" class="circle_ball" data-user-id="2">●</div>
<div id="b" class="circle_ball" data-user-id="1">●</div>
</div>
and my Jquery code is :
$('#all').on('mouseenter','div',function(){
$(this).popover({
title: 'Jun Hoo',
content: $(this).attr('data-user-id')