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

$slide.stop(true, true) is not a function #400

Open
ocaiquemello opened this issue Aug 22, 2018 · 2 comments
Open

$slide.stop(true, true) is not a function #400

ocaiquemello opened this issue Aug 22, 2018 · 2 comments

Comments

@ocaiquemello
Copy link

I got this error while trying to make the slides work, so I commented the line $slide.stop(true, true); and it got without any errors now. Is it normal?

@pl78
Copy link

pl78 commented Oct 11, 2018

This error occurs when the "slim" version of jQuery is used. The slim build doesn't include the Effects module and .stop() method is part of this module.

@ocaiquemello
Copy link
Author

But I'm using the complete and most up-to-date version of jQuery. Even tried to change it, but to no use.

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

2 participants