(function($){$(window).on('scroll',function(e){var scroll_top=$(this).scrollTop();var go_top_btn=$('.go-to-top');if(scroll_top>450){go_top_btn.addClass('is-active')}else{go_top_btn.removeClass('is-active');}});})(jQuery)