jQuery Tools Tooltip Issue

喜你入骨 提交于 2019-12-11 18:10:03

问题


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:


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




回答2:


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.



来源:https://stackoverflow.com/questions/1814387/jquery-tools-tooltip-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!