$(function() { $("#maintoggle").click(function() { $('#nav').toggle(); $('#maintoggle-on').toggle(); $('#maintoggle-off').toggle(); }); });