joyride
joyride copied to clipboard
Joyride doesn't work with latest jQuery
Trying to use with version 3.1.0 with no luck.
How are you trying to use it? It looks like it's no-longer a jQuery plugin.
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:
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.
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)