Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/390.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 检测浏览器滚动_Javascript - Fatal编程技术网

Javascript 检测浏览器滚动

Javascript 检测浏览器滚动,javascript,Javascript,我如何知道用户何时在屏幕上滚动?您可以订阅该活动。例如: window.onscroll = function() { // the user scrolled the window };

我如何知道用户何时在屏幕上滚动?

您可以订阅该活动。例如:

window.onscroll = function() {
    // the user scrolled the window
};