ReactJS Developer | JavaScript | Full Stack Developer | MERN Stack
Pinned Loading
-
Jquery All Source
Jquery All Source 1// Check the initial Poistion of the Sticky Header
2var stickyHeaderTop = $('#stickyheader').offset().top;
3$(window).scroll(function(){
4if( $(window).scrollTop() > stickyHeaderTop ) {
5$('#stickyheader').css({position: 'fixed', top: '0px'});
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.