jquery-parallaxer is a basic utility to create parallax effect on backgrounds a-la bootstrap style
Add data-parallaxer
attribute to the element that you want to have a parallax
background effect
You can tune the speed of the background with data-speed=""
attribute.
Example of use
<div data-parallaxer="background" data-reference="scroll" data-speed="1.2">..</div>