You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Trying to use with version 3.1.0 with no luck.
The text was updated successfully, but these errors were encountered: