Search code examples
jqueryscroll

How do I get the scroll position of a document?


How to get the scroll position value of a document?


Solution

  • $(document).height() //returns window height
    
    $(document).scrollTop() //returns scroll position from top of document