All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.page_height.js Maven / Gradle / Ivy

The newest version!
return Math.max(document.body.scrollHeight, document.body.offsetHeight,
    document.documentElement.clientHeight, document.documentElement.scrollHeight, document.documentElement.offsetHeight);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy