Is there a way to prevent $(window).scroll() from firing on page load?
$(window).scroll()
Testing the following code in Firefox 4, it fires even when I unplug the mouse.<
sure, don't load it until after the load. make it a call back for sleep for 500 millis.