I have created a number of SVG objects with each having an ID. The SVG's are created with a loop, and I want to make a tooltip for each with different text for each object.
I thought using JavaScript would be good since it is possible to retrieve a specific object through "getElementById". I have tried looking at other questions on StackOverFlow but none is related to my specific problem.
Anyone having some ideas for code for this task? I am novice at programming so trying to create code based on other code is difficult.