You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: