Hi everybody. First i would like to say thank you to the author of this fine script. My problem is this.. i have a page that has a "load content on scroll" ( let's say it's the same as you see on facebook, you scroll down and more contend becomes visible ) When addind the "$.prettyLoader();" on document.ready the $(window).scroll() stops working. Any idea of why ? Thanks !
All scroll event assignments are being unbound on the third line of the function. Commenting out this line solved the problem, and did not have a noticeable effect of the loading image.