jQuery(document).ready(function($){ $('#showform').on('click', function(e){ e.preventDefault(); $('.show-on-click').toggleClass('is-hidden'); });});