Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close after click on one page #53

Open
belov222105 opened this issue Sep 4, 2016 · 1 comment
Open

Close after click on one page #53

belov222105 opened this issue Sep 4, 2016 · 1 comment

Comments

@belov222105
Copy link

belov222105 commented Sep 4, 2016

Hello
How i can close menu on click on menu link on one page ?

@alxndr-w
Copy link

alxndr-w commented Nov 7, 2016

with jquery, sth. like

$('#nav-main a').on.('click', function() {
  $('.okayNav__menu-toggle).click();
});

(untested)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants