I need to obtain the height data of the user's browser. The height of the screen does not help me because in desktop computers it can be resized manually.
I'm trying this:
$(window).height();
But the value it returns is 258px and the header already has 130px. What I want are the dimensions of the rectangle that the user sees.