jQuery(function($){ $(window).scroll(function() { alert(hiii); var scroll = $(window).scrollTop(); if (scroll >= 50) { $(".header-section").addClass("fixed-nav"); } else { $(".header-section").removeClass("fixed-nav"); } }); });

The page you requested was not found we suggest you to go back to HomePage

Back To HomePage