Javascript Tooltip / Posts /

Stop the tooltip to delete id?

1
Hey,
When I hover over my example, it deletes the div I pointed it at, per #id and after I stop hovering, it adds it at the end of the page.
How can I stop this?
Lg
Nakroma  9 years ago   viewed: 3184    

1 Answer

1
Instead of: onmouseover="tooltip.pop(this, '#id2')"
You can:   onmouseover="tooltip.pop(this, '##id2')"
The double ## will tell the tooltip to create a copy of the content instead of moving the content back and forth.

Milo   9 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: