Tooltip not working properly

Could anyone please take a look at this JSFiddle and see why tooltip is not working properly? On hovering over any bullet, it’s currently showing all the bullet items instead of one on which I hover.

Just a wild guess but shouldn’t it be data[i].toolTip[j] instead of data[i].toolTip here?

<tr><td title="' + data[i].toolTip[j]

1 Like

You are right. That was the mistake. It works fine now. Thanks !

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.