[jQuery] Scroll event doesn't work in IE

[jQuery] Scroll event doesn't work in IE


For some reason code below doesn't work in IE. I don't think i found a
bug, maybe i'm doing something wrong?
$(document).scroll(function(){
alert('asd');
})