This is the code that does the trick: var btn = $('#button'); $(window).scroll(function() { if ($(window).scrollTop() > 300) ...
確定! 回上一頁