You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
Hi,
I use this plugin for layer control. I must close layers quickly on map. But when i click close icon on li item then menu expand. I want handle it.
Can anybody help me for this problem?
Thanks...
The text was updated successfully, but these errors were encountered:
$( '#your_close_icon_handler' ).on( 'click' , function( ev ){
// use ev (event) argument to prevent default click behavior and propagation,
// and then collapse menu...
$('#menu').multilevelpushmenu( 'collapse' );
} );
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I use this plugin for layer control. I must close layers quickly on map. But when i click close icon on li item then menu expand. I want handle it.
Can anybody help me for this problem?
Thanks...
The text was updated successfully, but these errors were encountered: