wordpress/php-fpm/wordpress_files/themes/simple-catch/js/scrollup.min.js

1 line
302 B
JavaScript
Raw Normal View History

2020-05-22 03:40:23 +02:00
jQuery(document).ready(function(){jQuery("#scrollup").hide(),jQuery(function(){jQuery(window).scroll(function(){jQuery(this).scrollTop()>100?jQuery("#scrollup").fadeIn():jQuery("#scrollup").fadeOut()}),jQuery("#scrollup").click(function(){return jQuery("body,html").animate({scrollTop:0},500),!1})})});