开发者

jQuery/JavaScript calculate scroll height

开发者 https://www.devze.com 2023-03-25 00:09 出处:网络
What is the best method/function to calculate scroll body height o开发者_如何学Gof window? Thank you$(document).height();

What is the best method/function to calculate scroll body height o开发者_如何学Gof window? Thank you


$(document).height();

That should do it (reference: http://api.jquery.com/height/)


This should give you what you are looking for:

document.body.scrollHeight
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号