// HTML: <element onscroll="myScript"> // JavaScript: object.addEventListener("scroll", myScript) // or object.onscroll = function() { /*...*/ }