2nd November, 23:33
I'm just missing a step in understanding how to use existing divs on my page as the content for various tooltips. What I'm trying to do is have a tooltip for each table cell in my services table, and when hovering over each one, its unique corresponding tooltip containing HTML code is displayed. I need to be able to include links, photos and copy like on the
What is the code to tell jQuery to go through each div with a class ".tooltipcontent" and make the divs the content of each tooltip in order?
What is the code to tell jQuery to go through each div with a class ".tooltipcontent" and make the divs the content of each tooltip in order?