var menu = $('#menu_nav'); var adapMenu = $('#adap-menu'); adapMenu.click(function(){ menu.toggleClass('show', window.innerWidth > 600); });