I have a navigation bar and I want to show or hide menu options when you click on the headings.
Semi-code below, but what do I enter into the onclick
to hide/show the div?
<a href=link onclick=?>MENU 1</a>
<div id='menu1'>
Option 1
Option 2
Option 3
</div>