// $(document).ready(function(e) { // $(window).scroll(function(){ // heightHeader = $('.header').height(); // if($(window).scrollTop() > heightHeader) // { // $('.header-bottom').addClass('fixed-menu'); // } // else // { // $('.header-bottom').removeClass('fixed-menu'); // } // }); // });