Javascript Tooltip / Posts /

make it not dissapear when mouse on tooltip

0
Hi,
How do you make the tooltip not dissapear when the mouse is on it. It's useless to have a menu contained in it, if it keeps dissapearing.
Adrian  11 years ago   viewed: 3515    

1 Answer

0
The tooltip.js has a sticky property. Set it to true to make it stays when the mouse leaves the target:

var tooltipOptions=
{
...
sticky: true,
...
};
milo   11 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: