How can I make a div follow the mouse's pointer only when over a span?
following the link: jQuery - Follow the cursor with a DIV
The above link says how to make a div follow the pointer, but, how to make the div disappear?
How do I do to the div so it only shows up only when the pointer is over a span (or div, or any other possible element).
I mean: when the mouse is over a span, a div will shows up following the mouse's pointer. When the pointer leaves the span, the div must desappear ...
Thanks in advance