I'm looking for a lightweight jquery plugin for displaying tooltips when the user hovers over an element. I would like the plugin to get the content from the title attribute and also it's important that I can make new lines.
Any help is appreciated!
|
I'm looking for a lightweight jquery plugin for displaying tooltips when the user hovers over an element. I would like the plugin to get the content from the title attribute and also it's important that I can make new lines. Any help is appreciated! |
|||
|
|
|
I usually use tipsy. You can add any html element in tipsy, so You just need to pass the
If you don't want to use the
|
|||||||||||
|
|
http://elliotlings.com/jquery/tooltip is a good tooltip to manage tooltips which need to hold more content |
|||
|
In jQuery 1.9 (jquery + jquery-ui) and standard toolTip function use this:
And then in the title you can use HTML's Example:
|
|||||||||
|
|
Most browsers (not Firefox or Opera - newlines will disappear) support newlines in the If your plugin doesn't render them as
... and then pass |
|||
|
Simple custom jQuery extension:
This creates a Call the extension via |
|||
|
|