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

jquery 1.9.1 #15

Closed
3d-illusions opened this issue Sep 21, 2016 · 2 comments
Closed

jquery 1.9.1 #15

3d-illusions opened this issue Sep 21, 2016 · 2 comments

Comments

@3d-illusions
Copy link

Seem to be broken in jquery 1.9.1

Error:

jquery-1.9.1.min.js:4 Uncaught Error: Syntax error, unrecognized expression: unsupported pseudo: hover

@3d-illusions
Copy link
Author

fixed it

just needed to change it to:

  // seems to be a touch device
  if(_mouseDetected && !$(this.hover)) {
    _mouseDetected = false;
  }

@istvan-ujjmeszaros
Copy link
Owner

Thanks @3diuk!

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

No branches or pull requests

2 participants