摘要:
function aa(i){ var tm = setInterval(function(){ var t = $(window).scrollTop(); var d = i < t ? Math.min((i-t)/10, -1) : Math.max((i-... 阅读全文
posted @ 2014-07-31 17:45
狂奔的蜗牛Snails
阅读(3425)
评论(0)
推荐(0)
摘要:
网页可见区域宽: document.body.clientWidth;网页可见区域高: document.body.clientHeight;网页可见区域宽: document.body.offsetWidth(包括边线的宽);网页可见区域高: document.body.offsetHeight(... 阅读全文
posted @ 2014-07-31 10:20
狂奔的蜗牛Snails
阅读(590)
评论(0)
推荐(0)

浙公网安备 33010602011771号