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

mouseover option #16

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open

mouseover option #16

wants to merge 1 commit into from

Conversation

efiorello
Copy link

setting te mouseover option as true, the element wont disappear while the mouse will not go out

setting te mouseover option as true, the element wont disappear while the mouse will not go out
@@ -102,8 +104,18 @@ var iosOverlay = function(params) {
});
}

if(settings.mouseover) {
$(overlayDOM).mouseover( function () {
clearTimeout(hideTimeOut);
Copy link
Owner

Choose a reason for hiding this comment

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

Not a blocker, but a consistency point:

You've used window.setTimout(), but then used clearTimeout() without a window prefix. Not that it particularly matters either way.

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.

2 participants