metismenujs
metismenujs copied to clipboard
API to collapse all active ULs
Is your feature request related to a problem? Please describe. Simply put, I am trying to create a button that will close all active ULs
Describe the solution you'd like
const mm = new MetisMenu("#menu");
mm.closeall();
Additional context Forgive me if this is already possible and the issue is really my lack of JS knowledge 😄