joyride icon indicating copy to clipboard operation
joyride copied to clipboard

Joyride doesn't work with latest jQuery

Open rachelreveley opened this issue 8 years ago • 3 comments

Trying to use with version 3.1.0 with no luck.

rachelreveley avatar Nov 14 '16 13:11 rachelreveley

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

darthsteven avatar Apr 05 '17 13:04 darthsteven

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.

NealHumphrey avatar Sep 14 '17 16:09 NealHumphrey

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)

philippbro avatar Oct 20 '17 07:10 philippbro