Example - add/remove a class to body when a mobile menu button clicked$("#mobilenav").click(function(){ $( "body" ).toggleClass( "menuactive" ); });
Index Previous Next