2012-11-08 106 views

回答

0

嘗試使用一個jquery方法scrollTop的():

$("#id1").scrollTop(); 

它返回一個滾動條的輥的位置。

你也可以得到滾動條的高度:

$("#id1").scrollHeight;