Closing menu on anchor click.

Closing menu on anchor click.

I asked this question earlier but I deleted it by accident. I am using the code found here and would like the nav to close when I click a href, it works in regular browsers but not in mobile, the link is just followed. So for example, I would like the menu to open when clicked, the when a link is click, IE: <li><a href="mysite/myaccount">The team</a></li>, the menu closes and the link is followed. I had a previous user mention to add preventDefault(), which I did, but it obviously stopped the link from opening. codepen here. Any help is appreciated.