pixelcog / parallax.js

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
MIT License
3.53k stars 840 forks source link

[2.0alpha] Console errors when including the js file #264

Open Kwapi opened 6 years ago

Kwapi commented 6 years ago

I'm not sure if I'm doing something wrong but I tried to include the js file from the /dist folder and I'm getting this:

jquery.parallax.js:1 Uncaught TypeError: (intermediate value).call(...) is not a function
    at jquery.parallax.js:1
(anonymous) @ jquery.parallax.js:1

Can you help?

wstoettinger commented 6 years ago

I'm assuming that you used the minified version. could you try the non-minified version instead? that will give you the correct line number in the error message. please also provide the browser and version you used. A link to the site would also be great!