I wanted a jquery plugin which can support links on the tooltip. I couldnt found one.
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Include empty value fields in jQuery .serialize()
- Disable Browser onUnload on certain links?
- how to get selected text from iframe with javascri
BeautyTips supports HTML content (including links) within tooltips:
http://www.lullabot.com/files/bt/bt-latest/DEMO/index.html
Edit
BeautyTips works with HoverIntent to give time to the user to click on the tooltip link. See this example:
This one allows you to have almost anything (html/text) in the tooltip:
http://jquery.bassistance.de/tooltip/demo/
My question for you. Tooltips usually are supposed to be able to appear upon hovering a text/element and disappear when not hovering. So if you have a conventional tooltip behavior, the tooltip link is going to disappear before your mouse moves to click it.
You might have to implement something to handle that. A delayed disappearing or a tooltip positioned overlapping or just adjacent to the element. :P