wahengjavascript
2015年4月14日 星期二
jquery : scroll up down
x = 0;
var lastScrollTop = 0;
$(document).ready(function(){
$(window).scroll(function(){
var st = $(this).scrollTop();
if (st > lastScrollTop){
$("span").text( x+= 1);
} else {
$("span").text( x-= 1);
}
lastScrollTop = st;
});
});
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言