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

Not working with the latest jquery? #4

Open
emage opened this issue Oct 25, 2019 · 2 comments
Open

Not working with the latest jquery? #4

emage opened this issue Oct 25, 2019 · 2 comments

Comments

@emage
Copy link

emage commented Oct 25, 2019

my company updated to the jquery 3.3.1 and now on mobile - it does not allow it to drag

@claudia-romano
Copy link
Contributor

Hi there, the experiment uses jquery-mobile. You may need to update it as well.

FYI, we are not supporting this experiment anymore. We are working on creating components based on the CodyHouse framework. A new version can be found here:
https://codyhouse.co/ds/components/app/accessible-img-compare-slider

Please note that this component is part of the CodyHouse Pro section.

@erichboileau
Copy link

@emage, I ran into the same issue. The slider relies on some jquery-mobile components, and jquery-mobile itself seems to no longer be supported.

The experiment uses mousedown and vmouse from jquery-mobile, so I was able to get a work around by ditching the jquery-mobile from the original download and replacing with this:

https://github.com/jquery/jquery-mobile/blob/master/js/vmouse.js

It now works for me, and it doesn't seem to throw any errors.

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

No branches or pull requests

3 participants