I am using the jQuery tools tooltip on a page. When the user rollovers a link, I would like to show a ordered (or unordered) list on a image. The list is dynamic for each link. I can get it to work for the first link but all other links do not work.
Does anyone have a working example of multiple dynamic jQuery Tools Tooltips working on a page?
Please help!!
Basically you can just put your unordered list right after your link.... as the demos on the site say:
So add as many as you like, but just make sure you put the tooltip (I think in a div) immediately after your link that you want to trigger it.
I was able to resolve my issue by following this example, http://flowplayer.org/tools/demos/tooltip/form.html.