Seems simple, but I can't wrap my head around it. I am trying to toggle the content and have it show after clicking on the button div. I've tried writing a javascript function to toggle close and open but can't get it. Any help is appreciated.
<div class="et_pb_module et_pb_toggle et_pb_toggle_close et_pb_toggle_0 et_pb_toggle_item">
<h5 class="et_pb_toggle_title">Content Button</h5>
<div class="et_pb_toggle_content clearfix">
<p> Content</p>
</div> <!-- .et_pb_toggle_content -->
</div> <!-- .et_pb_toggle -->