mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
1 line
302 B
JavaScript
1 line
302 B
JavaScript
|
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})})});
|