I currently use $(window).bind(\'scroll\', foo);
to monitor $(window).scrollTop()
and do stuff to create a parallax effect.
In all desktop brow
As I know there is no javascript execution while scrolling on the most mobile devices. There are some workarounds (f.e. iscroll) out there. Iscroll is using css-technique "transform". But there is no way to execute javascript while scrolling. I suppose the smoothe scrolling-algorithm is too expensive.