jQuery(document).ready(function ($) { $(window).on('scroll', function () { $('header').toggleClass('fixed-header', $(this).scrollTop() > 0); }); });