Javascript: displaying tooltip when mouse is hovered a certain word in a textarea
Posted
by user68759
on Stack Overflow
See other posts from Stack Overflow
or by user68759
Published on 2010-05-27T04:20:45Z
Indexed on
2010/05/27
4:21 UTC
Read the original article
Hit count: 222
So I have a textarea containing text. I want to be able to display a tooltip when my mouse is hovered a certain word inside the textarea.
Is this possible at all? I would prefer to see a solution that doesn't use any third party javascript libraries.
Thanks!
© Stack Overflow or respective owner