responsive-nav.js icon indicating copy to clipboard operation
responsive-nav.js copied to clipboard

Menu does not close in clicking when menu items are linked to the same page.

Open FredLavi opened this issue 9 years ago • 1 comments

Is there a way to close the menu on internal links to the same page?

FredLavi avatar Oct 21 '15 20:10 FredLavi

Capture the click action on the a tags with jQuery .click() or something similar to this and then call nav.close();

ryanhalliday avatar Nov 12 '15 09:11 ryanhalliday