关于建立企业网站的方案内容,阿坝网页设计公司,专注网站建设公司,国外引擎搜索$(document).ready(function() {$(.rightbutton).click(function(){alert( $(this).offset().top );//(iframe里或者页面里)当前操作对象距离浏览器顶部的距离alert($(window).scrollTop());//滚动条距离浏览器顶部的距离alert($(window).height());//本页面或者本…$(document).ready(function() {$(.rightbutton).click(function(){alert( $(this).offset().top );//(iframe里或者页面里)当前操作对象距离浏览器顶部的距离alert($(window).scrollTop());//滚动条距离浏览器顶部的距离alert($(window).height());//本页面或者本iframe 的高度alert($(document).height());//(跳出iframe) 当前操作对象距离浏览器顶部的距离alert( document.documentElement.clientHeight);//本页面或者本iframe 的高度var doc document, win window,
scrollBottom $(doc).height() - $(win).height() - $(win).scrollTop();//滚动条底部距离html页面底部的距离 与scrollTop()方法对应
$(html,body).animate({scrollTop:10 });//滚动条滚动到距离浏览器顶部距离10px 的位置});
});