javascript detect if scrolling code example Example: js detect scroll window.onscroll = function (e) { // called when the window is scrolled. }