$slide.stop(true, true) is not a function
ocaiquemello opened this issue · 2 comments
ocaiquemello commented
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 commented
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 commented
But I'm using the complete and most up-to-date version of jQuery. Even tried to change it, but to no use.