$("#panel").toggle(function () { $(this).addClass("highlight"); }, function () { $(this).removeClass("highlight"); });