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

jQuery 3 compatibility #664

Open
fulv opened this issue May 4, 2019 · 0 comments · May be fixed by #665
Open

jQuery 3 compatibility #664

fulv opened this issue May 4, 2019 · 0 comments · May be fixed by #665

Comments

@fulv
Copy link

fulv commented May 4, 2019

This plugin is not yet compatible with jQuery 3.

For example, when loading jQ3 in the demos, the use of $.load causes this error:

jquery-3.4.1.min.js:2 Uncaught TypeError: e.indexOf is not a function
    at k.fn.init.k.fn.load (jquery-3.4.1.min.js:2)
    at $.anythingSlider.base.updateSlider (jquery.anythingslider.js:267)
    at $.anythingSlider.base.init (jquery.anythingslider.js:118)
    at new $.anythingSlider (jquery.anythingslider.js:881)
    at HTMLUListElement.<anonymous> (jquery.anythingslider.js:985)
    at Function.each (jquery-3.4.1.min.js:2)
    at k.fn.init.each (jquery-3.4.1.min.js:2)
    at k.fn.init.$.fn.anythingSlider (jquery.anythingslider.js:979)
    at HTMLDocument.<anonymous> ((index):113)
    at e (jquery-3.4.1.min.js:2)

There are other errors and uses of deprecated jQ functions.

What is your process for accepting updates?

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

Successfully merging a pull request may close this issue.

1 participant