$().ready(function(){ $("#show-m-nav").on("click",function(){ $("nav").toggleclass("active"); }) })