Skip to content

Conversation

@thasneem077
Copy link

closeOnEsc: true

// Close menu on Esc if (o.closeOnEsc) { $(document).keyup(function(e) { if (e.keyCode === 27) { jPushMenu.close(o); } }); }

takien and others added 18 commits April 23, 2013 00:34
added closeOnClickInside option, default value is true
Added closeOnClickLink that will close the menu when a nav link is click...
Update jPushMenu.css, add overflow scroll to menu.
Removed locally stored jQuery and added .gitignore as well to ignore
bower_components directory from being included in commits.
Seems like there's an encoding conflict as well. Supposedly that's what
makes the newlines reformatted.
Handle undefined/wrong menu types and properly remove classes on close
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

Successfully merging this pull request may close these issues.

7 participants