I have created a parallax scroll, which seem to be working fine in firefox however in the chrome browser there\'s a slight jump on the body text when scrolling. click here scrol
Have you tried adding the preventdefault inside the scroll function?
$(window).scroll(function(e) { e.preventDefault(); // rest of your code }