[jQuery] how to catch a scroll event for the document ...

[jQuery] how to catch a scroll event for the document ...


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