<script>
function toggleSection() {
  AJS.$('.mysection').toggle();
}
</script>