soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 268 forks source link

Enable nested dropdowns #131

Open eoghanmurray opened 6 years ago

eoghanmurray commented 6 years ago

This commit changes how hiding works by excluding hiding any parents of the click target. Previously, it was only possible to clear both the parent dropdown and the nested dropdown together by clicking elsewhere in the document.

eoghanmurray commented 6 years ago

I've a query which might affect how this commit should be made here: https://github.com/soundasleep/jquery-dropdown/commit/bd607d001bc0a2470b4a385bc4df575502eaa49d

eoghanmurray commented 6 years ago

This builds on #127 , thanks @mnlipp !

eoghanmurray commented 6 years ago

If there was some clear instructions on how to set up a build environment, I'll do all that and update my commit!