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.5.1 compatibility #852

Open
marcofbb opened this issue May 24, 2021 · 1 comment
Open

Jquery 3.5.1 compatibility #852

marcofbb opened this issue May 24, 2021 · 1 comment

Comments

@marcofbb
Copy link

Error show:

jquery.min.js?ver=3.5.1:2 Uncaught TypeError: Failed to execute 'animate' on 'Element': 1 argument required, but only 0 present. at Object.trigger (jquery.min.js?ver=3.5.1:2) at HTMLDivElement.<anonymous> (jquery.min.js?ver=3.5.1:2) at Function.each (jquery.min.js?ver=3.5.1:2) at s.fn.init.each (jquery.min.js?ver=3.5.1:2) at s.fn.init.trigger (jquery.min.js?ver=3.5.1:2) at HTMLDivElement.<anonymous> (jquery.jcarousel.js?ver=0.3.0:157) at Function.each (jquery.min.js?ver=3.5.1:2) at s.fn.init.each (jquery.min.js?ver=3.5.1:2) at $.<computed>._trigger (jquery.jcarousel.js?ver=0.3.0:154) at $.<computed>._animate (jquery.jcarousel.js?ver=0.3.0:750)

@marcofbb
Copy link
Author

marcofbb commented May 24, 2021

What I did in the file: jquery.jcarousel.js

I was comment the line

if (false === this._trigger ('animate')) {
                 callback.call (this, false);
                 return this;
             }

This was a good interim solution for me.

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

1 participant