D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
attraction.encodersunlimited.com
/
attadminraction
/
assets
/
js
/
Filename :
hide-on-scroll.js
back
Copy
(function ($) { "use strict"; $(window).scroll(function () { if ($(this).scrollTop() > 100) { $(".page-header").fadeOut(); $(".page-body-wrapper").addClass("scorlled"); } else { $(".page-header").fadeIn(); $(".page-body-wrapper").removeClass("scorlled"); } }); })(jQuery);