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

Joyride doesn't work with latest jQuery #220

Open
rachelreveley opened this issue Nov 14, 2016 · 3 comments
Open

Joyride doesn't work with latest jQuery #220

rachelreveley opened this issue Nov 14, 2016 · 3 comments

Comments

@rachelreveley
Copy link

Trying to use with version 3.1.0 with no luck.

@darthsteven
Copy link

How are you trying to use it? It looks like it's no-longer a jQuery plugin.

@NealHumphrey
Copy link

Same issue here. I already have jQuery 3.1.1. in my project; when I added the solo.joyride.js and loaded it, I got the error indexOf is not a function. It looks like this error is from jQuery incompatibility:

Stackoverflow

This error might be caused by jquery event aliases like .load, .unload or .error deprecated since jQuery 1.8. Look for these aliases in your code and replace them with .on() to register listeners instead.

@philippbro
Copy link

philippbro commented Oct 20, 2017

I try to use joyride with foundation packaged with webpack. My issue is now, that I have two versions of jquery bundled in my vendor.js. It's working, but it's not cool because my vendor became much bigger than it has to.

So it would be great to update the dependency and use the same version like foundation (jquery >=3.0.0)

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

No branches or pull requests

4 participants