Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'hoverStay': true|false option... #112

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dkimbell13
Copy link

Added option 'hoverStay': true|false to tipsy..

Useful if you want the tipsy to stay if your mouse is hovering above it.

e.g. when you have 'html' set to true and you have embedded a link in the text of your tipsy...

…ipsy to stay if you mouse is hovering above it. e.g. when you have 'html' set to true and you have embedded a link in the text of your tipsy...
@rauchg
Copy link

rauchg commented Jul 31, 2012

+100

Implemented bug fix of IE redundant title hoverovers
Fixed redundant IE double tip from title on 'live' tipsy's
@@ -77,6 +78,11 @@
} else {
$tip.css({visibility: 'visible', opacity: this.options.opacity});
}

if (this.options.hoverStay) {
$tip.find('.tipsy-inner').bind('mouseover',function(){$link.enter($link)});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whitespace is mixed here.

@DefiPanda DefiPanda mentioned this pull request Jul 12, 2013
@haukurst
Copy link

Thank you for this, works like a charm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants