jQuery Tools Tooltip Issue

2019-09-03 13:32发布

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

2条回答
Animai°情兽
2楼-- · 2019-09-03 14:09

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.

查看更多
叼着烟拽天下
3楼-- · 2019-09-03 14:28

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

查看更多
登录 后发表回答