$(window). Height () is incorrect or how to correctly obtain the visual height of browsing

$(window). Height () is not correct to get the visual height of the page; it is not normal for one page to get the visible height of the other page. Why? Or how to get the browser visual height correctly?

Mar.10,2022

window is holding a browser, while the console is watching body.

.
Menu