Hi,
I am using this jquery plugin for my project, but I am facing issue when I re-size my browser window, both left and right menu should be closed and on-click on toggle button it should be open, but it is overlapping each other.
I am trying to overcome below code but not getting much help:
if(window.matchMedia('(max-width: 768px)').matches) {
$('#test').BootSideMenu({
side: "left",
autoClose:true,
closeOnClick: true
});
}