Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
theroadhogs
/
wp-content
/
themes
/
rock-star
/
js
/
source
📤 Upload
📝 New File
📁 New Folder
Close
Editing: scrollup.js
jQuery(document).ready(function(){ jQuery(window).on( 'scroll',function(){ if (jQuery(this).scrollTop() > 1) { jQuery('.backtotop').css({bottom:"25px"}); } else { jQuery('.backtotop').css({bottom:"-100px"}); } }); jQuery('.backtotop').on( 'click',function(){ jQuery('html, body').animate({scrollTop: '0px'}, 800); return false; }); });
Save
Cancel