jparallax icon indicating copy to clipboard operation
jparallax copied to clipboard

Not Compatible with jQuery 1.9

Open sjs opened this issue 11 years ago • 6 comments

I think that it's due to the removal of jQuery.event.handle(), but I haven't investigated thoroughly. In the mean time, you can use the jQuery Migrate plugin as a workaround.

sjs avatar Jan 15 '13 19:01 sjs

+1

lukashoffmann avatar Feb 05 '13 19:02 lukashoffmann

Replacing jQuery.event.handle with jQuery.event.dispatch in http://github.com/stephband/jparallax/blob/master/js/jquery.event.frame.js#L101 worked for me!

hongaar avatar Feb 18 '13 19:02 hongaar

@hongaar: thx, works!

lukashoffmann avatar Feb 19 '13 22:02 lukashoffmann

@hongaar:Precisely what I was looking for - Thanks!!

OriginalPaulieD avatar Mar 18 '13 02:03 OriginalPaulieD

@hongaar Thanks for the fix ^_^

alanfluff avatar Jul 15 '14 19:07 alanfluff

@hongaar Thanks a lot man.

MarceloBritoWD avatar Mar 17 '17 18:03 MarceloBritoWD