2016-06-20 3 views

答えて

0

のような何か:

$(window).scroll(function() { 
    var topShow = 150; 

    if ($(this).scrollTop() > topShow) { 
     // your logic here 
    } 
}); 
関連する問題