0

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!!

1
  • 1
    You are going to have to post some code, to see what is going wrong. I assume you are using the tooltip plugin. Commented Nov 29, 2009 at 2:10

2 Answers 2

1

I was able to resolve my issue by following this example, http://flowplayer.org/tools/demos/tooltip/form.html.

Sign up to request clarification or add additional context in comments.

Comments

0

Basically you can just put your unordered list right after your link.... as the demos on the site say:

By default, this tool assumes that the tooltip is placed right after the trigger element.

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.

1 Comment

Yes, I have seen the demos on the site and I have read the documentation. I caa get it to work but it only works for the 1st one. Can you provide a simple example? Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.