摘要:
$(window).scroll(function(){ var clientHeight = $(window).height(), scrollTop = $(window).scrollTop(), scrollHeight = $(document).height(); if(clientHeight + scrollTop >= scrollHeight ){ waterfall.addBlocks(); } }) 阅读全文
posted @ 2012-03-08 19:15
沫鱼
阅读(436)
评论(0)
推荐(0)
浙公网安备 33010602011771号