Viewing File: /home/ubuntu/fansforx_landing_ui/blog/wp-content/uploads/custom-css-js/15.js

<!-- start Simple Custom CSS and JS -->
<script type="text/javascript">
/* Default comment here */ 

jQuery(document).ready(function() {
    jQuery(window).scroll(function() {
        if (jQuery(document).scrollTop() > 50) {
            jQuery("header.site-header").addClass("nav-sticky");
        } else {
            jQuery("header.site-header").removeClass("nav-sticky");
        }
    });
}); </script>
<!-- end Simple Custom CSS and JS -->
Back to Directory File Manager