ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
939 stars 314 forks source link

Closeup #22

Closed Kinsi closed 10 years ago

Kinsi commented 10 years ago

Closeup after click is great... but when we have multilevel menu...it's not so good: When i click on a button who reveal the second level menu, the hole menu closes! How can just apply "close up after click" just on some items and not all?

Thanx.

ComputerWolf commented 10 years ago

@Kinsi, thanks for finding this! I have fixed it so that parent items do not trigger closing. They will only trigger if allowParentLinks is set to true and the parent is an anchor tag.

Kinsi commented 10 years ago

Perfect! Thanx to you!