Search code examples
javascriptjqueryhtmlcsstipsy

Can I make this jQuery tooltip stay on when my cursor is over it?


http://onehackoranother.com/projects/jquery/tipsy/

Let's say I hover over something. And the tooltip appears above the link. When I move my mouse to the tooltip, it disappears. Is there a way to keep it up?

The reason I'm asking this is because I want to put a button inside the tooltip. I don't want it to go away when I go click the button.


Solution

  • Try the cluetip plugin. ie sticky option in that from below link -

    http://plugins.learningjquery.com/cluetip/demo/

    This plugin is easy to use and lot of configuration options are available as well.