Closed royashgit closed 8 years ago
Is there a way to close the menu when clicking anywhere on the mobile screen?
Yes, you can invoke collapse method on body click event.
$( 'body' ).on( 'click' , function( ev ){ $('#menu').multilevelpushmenu( 'collapse' ); } );
Is there a way to close the menu when clicking anywhere on the mobile screen?