How can I monitor the scrolling of the page until the scrolling stops?

how can I monitor the scrolling of the page until scrolling stops

Mar.13,2021

do you think the third answer to this question can be answered?
link


function throttling

function throttle(method, context) {  
    clearTimeout(method.tId);  
    method.tId=setTimeout(function(){  
        method.call(context);  
    },500);  
}  
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38547-2b959.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38547-2b959.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?