Javascript Tooltip / Posts /

Regain control- invoke an event while the popup is in place

6
I am new to programming. I love your tooltip! But, how do I get control back from the onmouseover? I need to click (onmousedown) the object to evoke an event... your simple tootip keeps the popup in place....
David A Sampson  10 years ago   viewed: 3051    

3 Answers

0
If you mean you want to popup the tooltip when hovering, but you also hope the tooltip will be gone when clicking the element, you can:
<span onmouseover="tooltip.pop(this, 'hi there')" onclick="runClickEvent(this); tooltip.hide();">Hi there</span>
Milo   10 years ago
0
Hello;
Thanks for your response. I already added the code you suggest. I need to re-structure the code because I want to invoke an event with a click... (page slide). As it is now, at least as I am using it, it maintains control (will not let me click).
David A Sampson   10 years ago
0
Sorry don't understand what you mean. I tested:
<span onmouseover="tooltip.pop(this, 'hi there')" onclick="console.log(0); tooltip.hide();">Hi there</span>
And it is working.
Milo   10 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: