Struggling with Sub Menu Script
I'm trying to make my sub menu collapsible, but can't get the code to do what I need it to do. the CSS is pretty large but this troubleshooting should be limited to the section "/* primary-header */". anyone know why I can't get the sub menu list to display as block on click?
https://codepen.io/tvu1313/pen/LYXYVjq
2 Replies
are you trying to use jquery what's up with the
$
??
this should do the job
and in css add
https://codepen.io/MannixMD/pen/abQbBMXThank you!