$(".toggle-mnu").click(function() { $(this).toggleClass("on"); $(".main-mnu").slideToggle(); return false; });