<div class="rsvp">
<div class="block">
<span class="rsvpNote">
<h4 class="rsvpTitle">
<a href="#" class="blockExpand" click="toggleRSVP(this); return false;"><span class="arrow"></span>RSVP</a>
</h4> </div>
</div>
</div>
I have been working on this code and trying to create a toggle functionality using JQuery, but I am struggling to get it to work. Additionally, I am wondering if there is a way to customize the button that triggers this toggle. Any help or suggestions would be greatly appreciated. Thank you!