I am trying to add a jQuery tooltip to a dynamically generated list, the text I want to display the tooltip is in the table, so my CSS tooltip does not work:
CSS hint .
I tried adding this jQuery hint to the page, it works on my local test page, but I think the problem has something to do with uniqur ids, and I'm not sure how to implement the bind all function described there:
"To link all goals to relevant content, only one line is required:
$(".tooltip-target").ezpz_tooltip();
Calling ezpz_tooltip()
in the class, it will attach a hover event to each element, and because of the naming convention, it will know what content to display.
Can someone help me understand what exactly I need to do to make this work on a dynamic page?
Page Euroworker customer order page . (You will need to add some items to the basket, click the "Home" button to the left of the bnav panel and click the small white "kjøp" button, then the orange "handlevogn" button.)
Thank.
source
share