Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minified version does not work #77

Open
stefan-1st opened this issue Jan 26, 2014 · 3 comments
Open

minified version does not work #77

stefan-1st opened this issue Jan 26, 2014 · 3 comments

Comments

@stefan-1st
Copy link

I am using jquery 2.0.3. Including jquery.jparallax.min.js throws the following error:

TypeError: d.event.handle is undefined

Error occures in line 14 in FF 26.

Chrome 32 gives:

Uncaught TypeError: Cannot call method 'apply' of undefined

I minified the files with uglifyjs and that worked.

@gsabater
Copy link

gsabater commented Feb 1, 2014

this is because the plugin does not work with jquery 1,7+ due to a deprecated method

@invot
Copy link

invot commented Apr 8, 2014

Will there ever be a fix for this?

@gr8bit
Copy link

gr8bit commented May 29, 2014

The fix is already there (in jquery.event.frame), but unfortunately it didn't make it into the .min.js file!

Workaround:
Instead of including the .min.js-Version, include both the jquery.event.frame.js and the normal parallax.js file (both lying in the js/ folder).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants