jQuery: Show tooltip without link
Posted
by bloggerious
on Stack Overflow
See other posts from Stack Overflow
or by bloggerious
Published on 2010-04-03T05:37:46Z
Indexed on
2010/04/03
5:43 UTC
Read the original article
Hit count: 200
Is it possible to show a tooltip without making a link?
For example, I have the following code without a link:
<ul class="letters" title="This is the title">
<li>A</li>
<li>B</li>
<li>C</li>
</ul>
So how can I show the tooltip "This is the title" when I mouse over on it?
Btw, I don't want to use any tooltip plugin.
© Stack Overflow or respective owner