Hihi,

scroll is a window event. Try:

$(window).scroll(function(){
    alert('W00t!');
});

On Jun 4, 2:41 am, taxpehbam <[EMAIL PROTECTED]> wrote:
> 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');
>
>
>
> })- Hide quoted text -
>
> - Show quoted text -

Reply via email to