As the following works on all browsers except Internet Explorer 7, which I need it to work on mainly,
$( window ).scroll(function() {
alert("Hello");
})
Is there any way that this could be implemented myself? Not too sure on how to go about it. Would anyone be able to point me in the right direction?