[Solved]: jQuery scrollTop not working in Chrome & Safari
Sunday, February 19th, 2012The vertical scroll position is the same as the number of pixels that are hidden from view above the scrollable area. If the scroll bar is at the very top or if the element is not scrollable, this number will be 0. If you're using jQuery's scrollTop (usually it's used to ...