- document
整份文件的高 $(document).height() - window
視窗(browser)的高 $(window).height() - dom物件
絕對高 $(xxx).position().top; //不是method哦
$(window).scroll(function(){
console.log('document:%d, window:%d scroll:%d',
$(document).height(), //整份文件的高
$(window).height(), //視窗(browser)的高
$(window).scrollTop()); //目前捲的位置
});
沒有留言:
張貼留言