How to get the scroll position value of a document?
It uses HTML DOM Elements, but not jQuery selector. It can be used like:
var height = document.body.scrollHeight;