OwlCyberSecurity - MANAGER
Edit File: catchkathmandu-scrollup.min.js
jQuery(document).ready(function(){jQuery("#scrollup").hide(),jQuery(function(){jQuery(window).on("scroll",function(){100<jQuery(this).scrollTop()?(jQuery("#scrollup").fadeIn("slow"),jQuery("#scrollup").show()):(jQuery("#scrollup").fadeOut("slow"),jQuery("#scrollup").hide())}),jQuery("#scrollup").on("click",function(){return jQuery("body,html").animate({scrollTop:0},500),!1})})});