Recommendations for jQuery tooltips
- by jerome
I am looking for tooltip plugins for jQuery that would allow for the following type of behavior.
<a href="somewhere.html">
<span>
<img src="someimage.jpg" style="display: none;" />
Here is the tooltip content.
</span>
Here is the link to somewhere.
</a>
The behavior that I am hoping for is to hover over "Here…