You could try $j(document).bind("scroll", function() { });
On Jun 28, 4:38 pm, Michael Stuhr <[EMAIL PROTECTED]> wrote: > i tried: > > $j('body').scroll( > function() { > console.info ('scrolling ...'); > // do sth > > }); > > but it doesn't work ... > > Maybe the selector is wrong, but what is the correctr one ? > > micha