$(function() { $("#maintoggle").click(function() { $('#nav').toggle(); $('#maintoggle').toggleClass('toggler-active'); }); });