カスタムscrollBottomの値

611 ワード

jQuery   scrollTop scrollLeft     ,  scrollBottom scrollRight     。              scrollBottom,                scrollBottom.
$(window).height();//       

$("div").offset().top//

$(document).scrollTop();//

$("div").height();//

scrollBottom+$("div").height()+[$("div").offset().top-$(document).scrollTop()]=$(window).height();

scrollBottom=$(window).height()-$("div").offset().top-$("div").height()+$(document).scrollTop()。