zurb / joyride

jQuery feature tour plugin.
http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin
1.42k stars 241 forks source link

Joyride doesn't work with latest jQuery #220

Open rachelreveley opened 7 years ago

rachelreveley commented 7 years ago

Trying to use with version 3.1.0 with no luck.

darthsteven commented 7 years ago

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

NealHumphrey commented 7 years ago

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 commented 6 years ago

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)