jparallax
jparallax copied to clipboard
Not Compatible with jQuery 1.9
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.
+1
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: thx, works!
@hongaar:Precisely what I was looking for - Thanks!!
@hongaar Thanks for the fix ^_^
@hongaar Thanks a lot man.