$(document).ready(function(){ $('.js-mobile-menu').on('click', function() { $('body').toggleClass('js-menu-on'); }) });