Home > Article > Web Front-end > JQuery code to get the height of the content part of the browser window_jquery
The following is the test code. Remember to quote the JQuery library first
Under Firefox:
Under IE:
You can find that what it obtains is the height of the content part of the window, not the height of the browser window. Oh Yeah!