検索
$(function() { var topBtn = $('.page2top'); topBtn.hide(); $(window).scroll(function () { if ($(this).scrollTop() > 1500) { topBtn.fadeIn(···