arielsalminen / ResponsiveSlides.js

Simple & lightweight responsive slider plugin (in 1kb)
http://responsiveslides.com
3.46k stars 1.52k forks source link

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

Open ocaiquemello opened 6 years ago

ocaiquemello commented 6 years ago

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 5 years ago

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 5 years ago

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