arielsalminen / ResponsiveSlides.js

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

Uncaught TypeError: e.size is not a function #406

Closed hzpcactus closed 4 years ago

hzpcactus commented 4 years ago

image

Larceniii commented 4 years ago

I'm having the same issue... not sure where my problem is.

hzpcactus commented 4 years ago

I'm having the same issue... not sure where my problem is.

Hello, it is due to the 'Jquery' version problem. The 'size()' method has been replaced with 'length' since Jquery 1.8. Solution: replace 'size()' with 'length' in 'responsiveslides. Min. js'.