How to get the height of a body element

前端 未结 5 686
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 17:14

Here the total height of all

\'s are 900 pixels, but the jQuery function returns the height of the body as 577 pixels. (If I remove the body CSS, it\
5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-09 18:04

    $(document).height() seems to do the trick and gives the total height including the area which is only visible through scrolling.

提交回复
热议问题