jquery獲取元素到頁面頂部距離的語句為:
$(selector).offset().top
下面是例子:
<div style="height:800px"> </div>
<div id="footer_keleyi_com" style="text-align:center; margin-left:auto;margin-right:auto; margin-top:20px"> Copyright<span style="font-family:Arial;">©</span> <span style="font-size:18px;">
</span></div>
那麼 $("#footer_keleyi_com").offset().top 就是元素到頁面頂部的距離。
體驗效果:http://hovertree.com/texiao/jquery/63/