!function($){$(document).ready(function($){$("#btn-scrollup").length>0&&($(window).scroll(function(){$(this).scrollTop()>100?$("#btn-scrollup").fadeIn():$("#btn-scrollup").fadeOut()}),$("#btn-scrollup").click(function(){return $("html, body").animate({scrollTop:0},600),!1}))})}(jQuery);