D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
tapaslight.encodersunlimited.com
/
tadminl
/
assets
/
js
/
Filename :
landing_sticky.js
back
Copy
(function ($) { $(window).scroll(function () { if ($(this).scrollTop() > 0) { $("header").addClass("sticky"); } else { $("header").removeClass("sticky"); } }); new WOW().init(); })(jQuery);