Footer Test $(function() { $('.footer-links-holder h3').click(function () { $(this).parent().toggleClass('active'); }); });