responsive-nav.js
responsive-nav.js copied to clipboard
Menu does not close in clicking when menu items are linked to the same page.
Is there a way to close the menu on internal links to the same page?
Capture the click
action on the a
tags with jQuery .click()
or something similar to this and then call nav.close();