Open mehmetalidumlu opened 7 years ago
I guess you could do something like following...
$( '#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' );
} );
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...