pklauzinski / jscroll

An infinite scrolling plugin for jQuery.
http://jscroll.com/
1.11k stars 561 forks source link

Still working with newer jQuery versions? #135

Open sixtyfive opened 7 years ago

sixtyfive commented 7 years ago

I'm trying to use jscroll with jQuery 3.2.1 but can't even get any debugging messages out of it. Does it still work with such new jQuery versions?

pklauzinski commented 7 years ago

I have not tested it with the latest version of jQuery yet. I will have to get back to you on that.

sixtyfive commented 7 years ago

I tried to get it to work for a couple of hours but couldn't (I'm guessing my JS debugging skill-fu is not advanced enough for that). So yeah, that'd be quite awesome 😃

Chiaki commented 6 years ago

Same question and seems jScroll is not working with latest jQuery 3.3.1. I've got an error: jquery.jscroll.js:162 Uncaught TypeError: $e.animate is not a function

pklauzinski commented 6 years ago

Hi @Chiaki - it looks like this may be happening due to a deprecation in jQuery v3.0 referenced here http://jquery.com/upgrade-guide/3.0/#deprecated-additional-easing-function-parameters

I will add a fix shortly.