Hackfut Security File Manager
Current Path:
/home/u126195517/domains/randhawadynamics.com/public_html/js
home
/
u126195517
/
domains
/
randhawadynamics.com
/
public_html
/
js
/
📁
..
📄
aos.js
(12.08 KB)
📄
aos2.js
(31 B)
📄
bootstrap.js
(65.96 KB)
📄
jquery-2.1.4.min.js
(82.37 KB)
📄
jquery.cm-overlay.js
(11.14 KB)
📄
jquery.flexslider.js
(38.83 KB)
📄
jquery.hover3d.js
(3.47 KB)
📄
jquery.hoverCarousel.js
(3.37 KB)
📄
jquery.mobile.custom.min.js
(8.95 KB)
📄
jquery.pogo-slider.min.js
(26.98 KB)
📄
jquery.tools.min.js
(16.96 KB)
📄
main.js
(907 B)
📄
ns.hover.min.js
(3.13 KB)
📄
responsiveslides.min.js
(3.32 KB)
📄
top.js
(879 B)
Editing: top.js
jQuery(document).ready(function($){ // browser window scroll (in pixels) after which the "back to top" link is shown var offset = 300, //browser window scroll (in pixels) after which the "back to top" link opacity is reduced offset_opacity = 1200, //duration of the top scrolling animation (in ms) scroll_top_duration = 700, //grab the "back to top" link $back_to_top = $('.cd-top'); //hide or show the "back to top" link $(window).scroll(function(){ ( $(this).scrollTop() > offset ) ? $back_to_top.addClass('cd-is-visible') : $back_to_top.removeClass('cd-is-visible cd-fade-out'); if( $(this).scrollTop() > offset_opacity ) { $back_to_top.addClass('cd-fade-out'); } }); //smooth scroll to top $back_to_top.on('click', function(event){ event.preventDefault(); $('body,html').animate({ scrollTop: 0 , }, scroll_top_duration ); }); });
Upload File
Create Folder